Skip to content
cstackpole edited this page May 19, 2013 · 3 revisions

Maui cluster scheduler is a job scheduler from Adaptive Computing. It is free, but requires a registered user to log in and download. It is not an OSI recognized Open Source license but it is released under their own "open source" license which allows for use but not redistribution.

#Installation Download the latest version into your ~/Code directory. At this time the latest release is 3.3.1.
Extract the file and change directory into the new folder:
$ tar -zxvf maui-3.3.1.tar.gz
$ cd maui-3.3.1
Configure Maui with Torque PBS, build, and install.
$ ./configure --with-pbs
$ make
$ sudo make install
Add Maui to the system profile PATH and add the current session. $ sudo sh -c 'echo "export PATH=\$PATH:/usr/local/maui/sbin:/usr/local/maui/bin" >> /etc/profile'
$ export PATH=$PATH:/usr/local/maui/sbin:/usr/local/maui/bin
Run Maui. It will output some information onto the screen and then should background itself.
$ maui

Clone this wiki locally