Add updated files for reporting
[morpheus.git] / reports / run_time_cl.sh
diff --git a/reports/run_time_cl.sh b/reports/run_time_cl.sh
new file mode 100644 (file)
index 0000000..3055072
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+#PBS -l nodes=1:ppn=16,mem=8gb,pmem=512mb
+#PBS -j oe
+
+#PBS -o .output
+rm -f .output
+
+WORKDIR=/workdir2/auder/morpheus/reports
+cd $WORKDIR
+
+module load R
+
+# arg --vanilla maybe possible on cluster
+R --slave --args N=1000 nc=16 link=logit <timings.R >out 2>&1