corrected example CSA run with 4P
[unres.git] / examples / unres / ENERGY / start.mat
1 #PBS -N IGD
2 #PBS -q special
3 #PBS -l nodes=1:ppn=1
4 #PBS -l walltime=168:00:00
5
6 setenv MPIRUN "/users/local/mpi64/mpich-1.2.7p1/bin/mpirun "
7 setenv NPROCS `cat $PBS_NODEFILE | wc -l`
8
9 cd $PBS_O_WORKDIR
10 $MPIRUN -machinefile $PBS_NODEFILE -np $NPROCS unres_4P.csh
11