MULTCONF examples
[unres.git] / examples / unres / new / MULTCONF / int / start_eval.pbs
diff --git a/examples/unres/new/MULTCONF/int/start_eval.pbs b/examples/unres/new/MULTCONF/int/start_eval.pbs
new file mode 100755 (executable)
index 0000000..482738d
--- /dev/null
@@ -0,0 +1,11 @@
+#PBS -N unres_multconf
+#PBS -q special
+#PBS -l nodes=1:ppn=1:q9400
+
+set NPROCS=`cat $PBS_NODEFILE | wc -l`
+
+cd $PBS_O_WORKDIR             
+
+/users/local/mpich-1.2.7p1_intel-10.1_em64_ssh/bin/mpirun -machinefile $PBS_NODEFILE -np $NPROCS \
+-p4wd $PBS_O_WORKDIR $PBS_O_WORKDIR/unres_eval.csh 
+