-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsubmit
More file actions
65 lines (48 loc) · 1.22 KB
/
submit
File metadata and controls
65 lines (48 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#!/bin/zsh
# name of job
#$ -N whizard-ttH-scan
# Note on queues:
# default.q 100 % (h_rt < 3:00:00, h_vmem < 2G/8G)
# short.q appr. 85 % (h_rt < 24:00:00, h_vmem < 2G/16G)
# long.q 50 % (24:00:00 < h_rt < 168:00:00, h_vmem < 4G/32G)
# On our big birds memory limits are extended to h_vmem=8G+
# Max run time
##$ -l h_rt=00:04:59
##$ -l h_rt=02:59:59
#$ -l h_rt=23:59:59
##$ -l h_rt=99:59:59
# Max available memory (default 1G)
##$ -l h_vmem=1900M
##$ -l h_vmem=15900M
#$ -l h_vmem=6900M
# Max available disk space (default 3G)
#$ -l h_fsize=3000M
# Request Scientific Linux 6
#$ -l os=sld6
##$ -l os=el7
# Request 64 bit
#$ -l arch=amd64
# request Bourne shell as shell for job
#$ -S /bin/zsh
# Send mail after the end(e), begin(b), abort(a) or suspend(s) of the batch jobs
##$ -m as
# Mail for notifications
##$ -M bijan.chokoufe@desy.de
# Use current working directory
#$ -cwd
# Join stdout and stderr
#$ -j y
if ! test -z $FOLDER ; then
cd $FOLDER
fi
echo "Got $NSLOTS processors."
echo "This is job: $JOB_ID and runs in `pwd`"
#make
source ../.commonrc
load-whizard-gfortran
#whizard -r *.sin
#rm fifo.hepmc
#mkfifo fifo.hepmc
export RIVET_ANALYSIS_PATH=../../rivet
whizard *.sin &
rivet -a WHIZARD_H4l2b_NLO *.hepmc