Today's Page Hits: 303
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
integration of schrodinger with SGE
We present a POC of integration of schrodinger with SGE
I have good advice from the help@schrodinger.com.
Schrodinger can use the MPI environmnet to run on multiple CPUs on multiple system.
As a shared grid environmnet one would like to submit jobs through a queue system.
Schrodinger support queue system: NQS , PBS and LSF, we need to create a similary environment so user can use the SGE env.
under the schrodinger root directory there is queues directory and it contains NQS, PBS and LSF.
we use cp -a NQS SGE to copy the NQS evvironment
there are five files
cancel, config, status.pl, submit and templates.sh
first one need to update the variables
QPATH=/opt/gridengine/bin/lx24-amd64 <--change
QDEL=qdel <--same as NQS
QSUB=qsub <-- same as NQS
QSTAT=qstat <-- same as NQS
templates.sh got the most update
#!/bin/sh
#$ -N %NAME%
#$ -o %LOGDIR%/%JOBID%.qlog
#$ -j y
#$ -pe mpich %NPROC%
QPATH=/opt/gridengine/bin/lx24-amd64
curdir=`echo $0 |sed -e 's#/[^/]*$##'`
if [ -f "$curdir/config" ]; then
. $curdir/config
fi
PATH=$QPATH:$PATH
export SCHRODINGER_BATCHID
SCHRODINGER_BATCHID=$JOB_ID <-- from SGE
SCHORDINGER_NODEFILE=$TMPDIR/machines <-- frm SGE
export SCHRODINGER_NODEFILE
%ENVIRONMENTS%
%COMMAND%
the schrodinger_hosts file need an update entry
name: localhost
schrodinger: /opt/schrodinger35
env: SCHRODINGER_RSH=ssh
env: SCHRODINGER_RCP=scp
name: testcluster
host: testcluster.local
hostname: testcluster.local
processors: 16
tmpdir; /state/partition1
name: sge
host: testcluster.local
hotname: testcluster.local
Queue: SGE
Qargs: ""
processors: 16
tmpdir: /state/partition1
Posted at 09:35AM Apr 09, 2005 by hstsao in N1 Grid | Comments[5]
Posted by Rayson on April 11, 2005 at 12:09 AM EDT #
Posted by Dan Severance on April 22, 2005 at 04:31 PM EDT #
Posted by 窃听器 on March 25, 2007 at 08:03 PM EDT #
Posted by ss on July 02, 2007 at 05:57 AM EDT #
I have good advice from the help@schrodinger.com
Posted by runescape money on November 10, 2007 at 03:31 AM EST #