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