[GE users] Submit script problem on SGE
bizon
bizoniusz at o2.pl
Fri May 1 17:15:18 BST 2009
I have the PE configuration "fill_up". I need that the queue system will allocate 2 nodes per 8 cores. But job still working on only one node generated 16 threads. This is the job script:
#!/bin/bash
#$ -cwd
#$ -N cpmd
#$ -j y
#$ -notify
#$ -v w
#$ -pe lam 16
echo "Got $NSLOTS processors."
echo "Machines:"
cat $TMPDIR/hostfile
export LAM_MPI_SOCKET_SUFFIX=$JOB_ID.$JOB_NAME
lamboot
/usr/bin/mpirun C -v -ssi rpi lamd -np $NSLOTS cpmd.x ala.inp >&ala.out
lamhalt
So, what should I do??
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=188101
To unsubscribe from this discussion, e-mail: [users-unsubscribe at gridengine.sunsource.net].
More information about the gridengine-users
mailing list