X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=reports%2Frun_time_cl.sh;h=943d7c1a6eef7f080c415521751c4eea07404362;hp=305507285eca548bed84654375fad47dcc3879b3;hb=5af71d43f3f2dba21c6667939fcff88923af3b7b;hpb=8de2abd4af307b0470c22f87ce99885e2c341c4e diff --git a/reports/run_time_cl.sh b/reports/run_time_cl.sh index 3055072..943d7c1 100644 --- a/reports/run_time_cl.sh +++ b/reports/run_time_cl.sh @@ -1,15 +1,19 @@ #!/bin/bash -#PBS -l nodes=1:ppn=16,mem=8gb,pmem=512mb -#PBS -j oe - -#PBS -o .output +#$ -N morpheus +#$ -wd /workdir2/auder/morpheus/reports +#$ -m abes +#$ -M benjamin@auder.net +#$ -pe make 50 rm -f .output - -WORKDIR=/workdir2/auder/morpheus/reports -cd $WORKDIR +#$ -o .output +#$ -j y module load R +N=1000 +nc=50 +link="logit" + # arg --vanilla maybe possible on cluster -R --slave --args N=1000 nc=16 link=logit out 2>&1 +R --slave --args N=$N nc=$nc link=$link out 2>&1