-
Notifications
You must be signed in to change notification settings - Fork 0
/
rerun.job-mn4
executable file
·43 lines (32 loc) · 1.31 KB
/
rerun.job-mn4
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
#!/bin/bash
#SBATCH --job-name=rerun
#SBATCH --output=rerun-%j.out
#SBATCH --error=rerun-%j.err
#SBATCH --ntasks=768
#SBATCH --time=00:05:00
#SBATCH --qos=debug
FILE=$1
##################################################
# Here goes the path to the place where the logs #
# will be written. #
# By default, if not set, it will use: #
# ./greasy.log #
# or #
# ./greasy-<jobid>.log if inside lsf job #
##################################################
# export GREASY_LOGFILE=JNAME_greasy-%j.log
##################################################
# If running this script interactively, please #
# set the desired number of workers. The number #
# of workers should not be higher than the #
# available cpus. #
# If remote spawning is available, set up the #
# comma-separated hostlist as well. #
##################################################
#export GREASY_NWORKERS=1
#export GREASY_TASKS_PER_NODE=4
# export GREASY_NODELIST=node1,node2,node3
##################################################
# Run greasy! #
##################################################
/apps/GREASY/latest/INTEL/IMPI/bin/greasy $FILE