correction to 4P energy and csa examples
[unres.git] / examples / unres / ENERGY / start.mat
diff --git a/examples/unres/ENERGY/start.mat b/examples/unres/ENERGY/start.mat
deleted file mode 100755 (executable)
index 6c2acfb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#PBS -N IGD
-#PBS -q special
-#PBS -l nodes=1:ppn=1
-#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_4P.csh
-