added Genetic Algorythm code in branch feature-ga
[unres.git] / source / ga / input-templates / piasek / startmremd.mat
1 #PBS -N {JOBNAME}
2 #PBS -q special
3 #PBS -l nodes=5:quad:core2:ppn=4
4
5 set NPROCS=`cat $PBS_NODEFILE | wc -l`
6
7 echo $NPROCS processors used
8
9 time mpirun -machinefile $PBS_NODEFILE -np $NPROCS -nolocal -p4wd $PBS_O_WORKDIR \
10 $PBS_O_WORKDIR/unres.csh
11