command :-
qsub job.qsub
job.qsub contents :-
#$ -S /bin/bash #$ -cwd #$ -q all.q #$ -o myout.txt #$ -pe orte 50 /opt/openmpi/bin/mpiexec -n 50 ./myapp
More info here
Nebula (Cluster) (last edited 2013-09-08 13:08:24 by lee.t.s)