# !/bin/csh
#PBS -N myjob
#PBS -l nodes=12:ppn=8               

cd /home/vss/mpi-test                # Direct it to your current working directory
mpirun -np 96 -hostfile $PBS_NODEFILE test-mpi
