Support for Sun Grid Engine for Material Studio 4.2

Attached is a script to add support for SGE (Sun Grid Engine) queuing system. The script must be installed (untar) at
quote:
/AccelRys/MaterialsStudio42/Gateway/root_default/dsd/commands/queues/


This will create a directory called SGE.

Specify "SGE/dsd_sge" as queuingsystem in your gw-info.sbd. Make sure that you have specify correct parameter for mpicommand.

The script has some hardcode SGE_ROOT, SGE_CELL, and SGE_QMASTER in dsd_sge.pm that need to be fixed to appropriate directory. The script is created on ROCKS cluster 4.2.1 so it should works fine with any ROCKS cluster 4.2 or above.

We have updated the script to use new machine file mechanism. The script use SGE supplied machine file to generate HP-MPI APPFILE and set DSD_MachineList and DSD_NumProc accordingly.