Merge branch 'prerelease-3.2.1' into czarek
[unres.git] / examples / unres / CSA / GAB / local / start.mat
diff --git a/examples/unres/CSA/GAB/local/start.mat b/examples/unres/CSA/GAB/local/start.mat
new file mode 100755 (executable)
index 0000000..f11984f
--- /dev/null
@@ -0,0 +1,11 @@
+#PBS -N local_1l2y_csa
+#PBS -q special
+#PBS -l nodes=15: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
+