X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=reports%2Frun_time_cl.sh;fp=reports%2Frun_time_cl.sh;h=305507285eca548bed84654375fad47dcc3879b3;hb=1d014a8640a33f16f0d21244a1419134e8553910;hp=0000000000000000000000000000000000000000;hpb=1b8eb253d7c51c578f64f963c71ab4b77703f2bc;p=morpheus.git diff --git a/reports/run_time_cl.sh b/reports/run_time_cl.sh new file mode 100644 index 0000000..3055072 --- /dev/null +++ b/reports/run_time_cl.sh @@ -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 out 2>&1