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

add force join elsewhere

parent 734d6a9a
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,8 @@ class HPC(condor,slurm):
Check the joinfiles to make sure they all exist
and their .saved equivalents also exist
"""
if os.path.exists(joiningfile):
if self.grid_options['HPC_force_join'] == 0 and \
os.path.exists(joiningfile):
if vb:
print("cannot join: joiningfile exists at {}".format(joiningfile))
return False
......
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