#!/bin/tcsh #$ -S /bin/tcsh #$ -l qname=shortpara.q #$ -l h_rt=00:60:00 #$ -N gwhs #$ -o gwhs.out #$ -e gwhs.err #$ -cwd #$ -pe mpi 8 #$ -j y #$ -R y set MPIRUN = /opt/mpich/intel/bin/mpirun set HOME = /home/giustino set GWHS = $HOME/GWHS/trunk/bin/gwhs.x set JDIR = $HOME/GWHS/trunk/examples cd $JDIR $MPIRUN -np $NSLOTS -machinefile $TMP/machines $GWHS -npool $NSLOTS > test.out exit