Skip to content
Snippets Groups Projects
Commit 11dc4c58 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix missing var

parent 4ce48584
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ class grid_options_defaults(): ...@@ -191,6 +191,7 @@ class grid_options_defaults():
# HPC variables # HPC variables
######################################## ########################################
"HPC_force_join" : 0, # if True, and the HPC variable ("slurm" or "condor") is 3, skip checking our own job and force the join "HPC_force_join" : 0, # if True, and the HPC variable ("slurm" or "condor") is 3, skip checking our own job and force the join
"HPC_rebuild_joinlist": 1, # if True, ignore the joinlist we would usually use and rebuild it automatically
######################################## ########################################
# Slurm stuff # Slurm stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment