Hi, I installed SLURM 2.2.3 a few months back, and it's been running fine in a bare-bones, simple config. Thanks to all of you who develop and support this product.
So, now I'm moving on to the task of trying to setup multifactor priority, so I can take advantage of QOS. I have mysql installed. I get an error at startup of slurmdbd, showing that it's not finding the plugins for accounting_storage/mysql: [2011-05-20T15:25:22] error: Couldn't find the specified plugin name for accounting_storage/mysql looking at all files [2011-05-20T15:25:22] error: cannot find accounting_storage plugin for accounting_storage/mysql [2011-05-20T15:25:22] error: cannot resolve acct_storage plugin operations [2011-05-20T15:25:22] fatal: Unable to initialize accounting_storage/mysql accounting storage plugin When I go to the relevant ./lib/slurm directory, indeed, I find that accounting_storage_filetxt, accounting_storage_none, and accounting_storage_slurmdbd are all there, but not accounting_storage_mysql. I've gone to the src/plugins/accounting_storage/mysql dir and do a make, and it finds it's up-to-date. I touch a file to update a timestamp in that dir, run make, and it still finds nothing to do. As it happens, I also have a 2.2.5 installation running, and it also has not make'd its mysql plugins, whereas the same others (none, filetxt, and slurmdbd) are getting made and installed. Sorry this is a newb question; I can't figure out the Makefile incantations required. I'll appreciate any insights or guidance on getting the *mysql.a, .la, and .so built and installed. Many thanks, Lyn
