Maui Scheduler Reservation
==========================
:Author: Björn Hagemeier
:Email:  b.hagemeier@fz-juelich.de
:Date:   2011-02-10

== Functionality ==

The ResourceReservation.pm module provides advance reservation
functionality for the Maui scheduler. If your LRMS uses the Maui
scheduler for scheduling jobs, then this can be used to allocate time
slots for job execution in advance.

== Installation ==

Copy the ResourceReservation.pm file in the perl folder of your TSI
installation. It is usually safe to replace the already existing one,
since that should be a dummy implementation without functionality.

== Configuration ==

You'll need to change the $maui_bin_dir variable to your actual
Maui bin directory:

# Change this to your actual Maui bin directory
my $maui_bin_dir = "/usr/local/maui/bin";

This is where the setres and releaseres tools reside.
