Dodanie przykladow do MD, REMD, MREMD i mikrokanonicznego
[unres.git] / examples / unres / new / MD / with_constrains / Berendsen / ff_1l2y / start.mat
1 #PBS -N ber-1l2y-MD
2 #PBS -q dque
3 #PBS -l nodes=1:ppn=8
4 # #PBS -l mem=4gb
5 #PBS -l walltime=2:00:00
6
7 setenv MPIRUN "/users/software/mpich-1.2.7p1_intel-10.1_em64_ssh/bin/mpirun "
8 setenv NPROCS `cat $PBS_NODEFILE | wc -l`
9
10 cd $PBS_O_WORKDIR
11 $MPIRUN -machinefile $PBS_NODEFILE -np $NPROCS unres.csh
12