You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseException("Experiment must exist (from phase 1) before phase 6 can begin")
64
64
65
-
defrun(self, run_parallel=False):
65
+
defrun(self, run_parallel=False):#UPenn or Cedars - LSFOld - uses shell file to submit. Old = shell file to submit. without shell , just LSF, etc. 5 types of hpcs
66
66
ifself.run_clusterin ["SLURMOld", "LSFOld"]:
67
67
ifself.run_cluster=="SLURMOld":
68
68
self.submit_slurm_cluster_job()
69
69
70
70
ifself.run_cluster=="LSFOld":
71
71
self.submit_lsf_cluster_job()
72
-
else:
72
+
else:# Not slurm or lsf OLD - Dask jobs submission. Run for local or HPC
defsubmit_slurm_cluster_job(self):#legacy mode just for cedars (no head node) note cedars has a different hpc - we'd need to write a method for (this is the more recent one)
0 commit comments