#!/bin/csh -f # # (c) 2000 Sun Microsystems, Inc. #'' # --------------------------- # The shell used to run the script (shall be the same as the user login shell) #$ -S /bin/bash #Everything is looked for in the current directory if no special path is given #$ ... #Job name #$ -N ... #Error file #$ -e ... #Output file #$ -o ... # pe request (mpich parallel environment, number of processors) #$ -pe mpich 4 # Run test # /opt/mpich_gm/intel/bin/mpirun -machinefile $TMPDIR/machines -np 4 test exit