Skip to content
Snippets Groups Projects
Commit 5aecb4b0 authored by lkugler's avatar lkugler
Browse files

config

parent ababe294
No related branches found
No related tags found
No related merge requests found
......@@ -147,4 +147,9 @@ srvx1.slurm_cfg = {"account": "lkugler", "partition": "compute",
#################################
# select cluster configuration
if 'jet' in os.uname().nodename:
cluster = jet
elif 'srvx1' in os.uname().nodename:
cluster = srvx1
else:
cluster = vsc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment