07242bc0e4905f0d4b180ef5e10f8ca5a7a539bc
[unres.git] / examples / unres / REMD / Berendsen / ff_gab / start.mat
1 #PBS -N Ber-gab-REMD
2 #PBS -q dque
3 #PBS -l nodes=1:ppn=8
4 #PBS -l walltime=2:00:00
5
6 setenv MPIRUN "/users/software/mpich-1.2.7p1_intel-10.1_em64_ssh/bin/mpirun "
7 setenv NPROCS `cat $PBS_NODEFILE | wc -l`
8
9 cd $PBS_O_WORKDIR
10 $MPIRUN -machinefile $PBS_NODEFILE -np $NPROCS unres.csh
11