Trying again to get the Maui scheduler working because the plain pbs scheduler is having lots of problems.

I found a page on the web that said to leave the –with-pbs flag off the configure command. So the configure command I used was:

./configure –prefix=/var/maui
make ran without any errors
make install

I forgot that I did have these environment variables set. I don’t know if they did anything.

CPPFLAGS=’-I/var/torque/include’
LDFLAGS=’-L/var/torque/lib’

Edit the file /var/maui/maui.cfg. Basically, I just took the one from the Tier2 cluster and changed the name of the server. To start the Maui scheduler, be sure to stop pbs_sched and then run: /var/maui/sbin/maui -C /var/maui/maui.cfg

It also created a bunch of files in /usr/spool/maui, which is NOT where I’ve been keeping that stuff. So, I copied it all to /var/maui and made a link from /usr/spool/maui to /var/maui. Edited /etc/rc.d/init.d/torque to reflect the new scheduler and restarted it.