
LICENSE

This package derives from Schedule::DRMAAc perl module that can be downloaded
from CPAN. This package is just an easy way to install it alongside GridWay as
the original package required SGE. The license is the same as the original
module, GPL. LICENSE.txt from the CPAN package comes bundled in this distribution.

Original author: Tim Harsch <harsch1@llnl.gov>


REQUIREMENTS

  * GridWay >= 5.3 with DRMAA support
  * perl 5
  * perl development libraries (libperl-dev in debian distributions)


INSTALLATION

$ sh build_perl.sh

This command compiles and installs bindings in $GW_LOCATION/lib/perl.


USE

Information to use perl DRMAA bindings is located in GridWay documentation.
You also have to set perl path in the environment.

$ export PERL5PATH=$GW_LOCATION/lib/perl:$PERL5PATH
	
You can also set this variable in you profile or bashrc script.


