Merge branch 'prerelease-3.2.1' into czarek
[unres.git] / examples / unres / CSA / GAB / local / pdb2int / start.mat
diff --git a/examples/unres/CSA/GAB/local/pdb2int/start.mat b/examples/unres/CSA/GAB/local/pdb2int/start.mat
new file mode 100755 (executable)
index 0000000..8a1c23d
--- /dev/null
@@ -0,0 +1,11 @@
+#PBS -N local_1l2y_pdb
+#PBS -q special
+#PBS -l nodes=1:ppn=4
+#PBS -l walltime=168:00:00
+
+setenv MPIRUN "/users/local/mpi64/mpich-1.2.7p1/bin/mpirun "
+setenv NPROCS `cat $PBS_NODEFILE | wc -l`
+
+cd $PBS_O_WORKDIR
+$MPIRUN -machinefile $PBS_NODEFILE -np $NPROCS unres.csh
+