-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhpcssrc.ini
58 lines (43 loc) · 1.46 KB
/
hpcssrc.ini
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
# Configuration file for Python submit scripts of the HPC Submit Scripts
# project (https://github.com/andthum/hpc_submit_scripts).
#
# This file is written in INI language. For allowed syntax see
# https://docs.python.org/3/library/configparser.html#supported-ini-file-structure
#
# NOTE:
# * Don't use quotation marks unless you explicitly want them to be part
# of the option value.
# * Only true and false are interpreted as boolean values. yes/no and
# on/off are read as strings.
#
# * Options in [submit*] sections are parsed to Python submit scripts.
# * Options in [sbatch*] sections are parsed to sbatch.
# * Options in [*.simulation*] subsections are only read by Python
# scripts that submit simulations.
# * Options in [*.analysis*] subsections are only read by Python
# scripts that submit analysis tasks.
# * Options in lower-level sections
# ([section.subsection.subsubsection...]) overwrite same options in
# higher-level sections.
[submit]
gmx-lmod = palma/2019a/gmx2018-8_foss.sh
gmx-exe = gmx
py-lmod = palma/2019a/python3-7-2.sh
py-exe = python3
[submit.simulation]
[submit.simulation.gmx]
[submit.analysis]
[submit.analysis.lintf2_ether]
[submit.analysis.lintf2_ether.gmx]
[submit.analysis.lintf2_ether.mdt]
[sbatch]
kill-on-invalid-dep = yes
mail-type = FAIL
no-requeue = True
nodes = 1
[sbatch.simulation]
exclusive = True
[sbatch.analysis]
[sbatch.analysis.lintf2_ether]
[sbatch.analysis.lintf2_ether.gmx]
[sbatch.analysis.lintf2_ether.mdt]