Maui didn’t seem to work properly after the first compilation, so I’m trying it again.

./configure –prefix=/var/maui –with-pbs=/var/torque
make install
I get tons of errors. One thing I do notice is that it’s trying to link to libraries in /usr/local/maui/include and there’s nothing there. I edited the Makefile to change this to /var/maui/include, but there isn’t anything there yet either.

In the Makefile, edit the line:
export MSCHED_HOME=/var/torque

After this, make got a little further, but still get errors.