Skip to content

Commit 4db11d4

Browse files
committed
Comments were switched
1 parent 29af5eb commit 4db11d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/mitim_tools/gacode_tools/utils/GACODErun.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)