File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/mitim_tools/gacode_tools/utils Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ def runTGLF(
10221022
10231023 else :
10241024
1025- # Job array
1025+ # Standard job
10261026 if total_cores_required < max_cores_per_node :
10271027
10281028 print (f"\t - TGLF will be executed in SLURM as standard job (cpus: { total_cores_required } )" ,typeMsg = "i" )
@@ -1040,9 +1040,10 @@ def runTGLF(
10401040 ntasks = total_tglf_executions
10411041 cpuspertask = cores_tglf
10421042
1043- # Standard job
1043+
1044+ # Job array
10441045 else :
1045- #raise Exception("TGLF array not implemented yet")
1046+
10461047 print (f"\t - TGLF will be executed in SLURM as job array due to its size (cpus: { total_cores_required } )" ,typeMsg = "i" )
10471048
10481049 # As a pre-command, organize all folders in a simpler way
You can’t perform that action at this time.
0 commit comments