Schedule-DRMAAc

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

### The short of it ###

* make sure your DRM's environment is set up. e.g.:
source <SGE_ROOT>/default/common/settings.csh

*  Prepare installation to find header and binary of DRMAA implementation.
e.g.:
setenv LD_LIBRARY_PATH $SGE_ROOT/lib/`$SGE_ROOT/util/arch`
ln -s $SGE_ROOT/include/drmaa.h

* (optional) Run swig on interface file and drmaa.h
swig -perl5 -exportall Schedule_DRMAAc.i

* standard Module installation
perl Makefile.PL
make
make test     # run from a submit node
make install



( run in 1.225 second using v1.01-cache-2.11-cpan-6aa56a78535 )