Maui Scheduler

Maui Installation

  • Building Maui

    To install Maui, simply untar the distribution file, enter the 'maui' directory, then run 'configure' and 'make' as shown in the example below:

    > gtar -xzvf maui-3.0.5.tar.gz
    > cd maui-3.0.5
    > ./configure
    > make

  • Installing Maui (Optional)

    When you are ready to use Maui in production, you may install it into the install directory you have configured using 'make install'

    > make install

    Note: Until 'install' occurs, all Maui executables will be placed in $MAUIHOMEDIR/bin. (i.e., maui-3.0.5/bin in the above example)