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=476a79d4b332d378716e320fdfd95fa3e1d7be9f;hp=0000000000000000000000000000000000000000;hpb=0527116e18cd2ab53091de5c82d0d1d7356af4dc;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