new example for pbs.
[feisty_meow.git] / database / configuration / pbs / quicktest.pbs
diff --git a/database/configuration/pbs/quicktest.pbs b/database/configuration/pbs/quicktest.pbs
new file mode 100755 (executable)
index 0000000..e011754
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+#PBS -l nodes=1,mem=20m
+#PBS -M my-email@whereiwork.com
+
+##PBS -l ncpus=2
+##PBS -l nodes=4
+##PBS -l select=4:ncpus=1
+
+echo here is the nodefile:
+cat $PBS_NODEFILE
+
+echo here is pbs envir variable:
+echo $PBS_ENVIRONMENT