Add a number_of_cores parameter for OpenMP // in Compute_Omega
[morpheus.git] / reports / run_time_cl.sh
CommitLineData
1d014a86
BA
1#!/bin/bash
2
5af71d43
BA
3#$ -N morpheus
4#$ -wd /workdir2/auder/morpheus/reports
5#$ -m abes
6#$ -M benjamin@auder.net
7#$ -pe make 50
1d014a86 8rm -f .output
5af71d43
BA
9#$ -o .output
10#$ -j y
1d014a86
BA
11
12module load R
13
5af71d43
BA
14N=1000
15nc=50
16link="logit"
17
1d014a86 18# arg --vanilla maybe possible on cluster
5af71d43 19R --slave --args N=$N nc=$nc link=$link <timings.R >out 2>&1