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

update logics

parent be8f277a
No related branches found
No related tags found
No related merge requests found
......@@ -343,6 +343,7 @@ class HPC(condor,slurm):
try:
# touch joiningfile
if grid_options['HPC_force_join'] == 0:
print("touch joinfile")
pathlib.Path(joiningfile).touch(exist_ok=False)
try:
print("Calling HPC_join_from_files()")
......@@ -354,6 +355,7 @@ class HPC(condor,slurm):
self.grid_options['do_analytics'] = False
return
except:
print("pass")
pass
else:
print("cannot join : other tasks are not yet finished\n")
......
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