Skip to content

Commit 84082ac

Browse files
committed
Remove log path flags because they are overwritten in 'flux batch'
1 parent 5379ba2 commit 84082ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autosubmit/platforms/headers/fluxoverslurm_header.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,9 @@ def get_exclusive_directive(self, job, parameters, het=-1):
152152
# %NODES_DIRECTIVE%
153153
# %WALLCLOCK_DIRECTIVE%
154154
# FLUX: --job-name %JOBNAME%
155-
# FLUX: --output %CURRENT_SCRATCH_DIR%/%CURRENT_PROJ_DIR%/%CURRENT_USER%/%DEFAULT.EXPID%/LOG_%DEFAULT.EXPID%/%OUT_LOG_DIRECTIVE%
156-
# FLUX: --error %CURRENT_SCRATCH_DIR%/%CURRENT_PROJ_DIR%/%CURRENT_USER%/%DEFAULT.EXPID%/LOG_%DEFAULT.EXPID%/%ERR_LOG_DIRECTIVE%
157155
# FLUX: --flags waitable
158156
#
159157
###############################################################################
160158
""")
161159

162160
PARALLEL = SERIAL # TODO: [ENGINES] Differentiate serial and parallel headers if needed later
163-
164-
# TODO: [ENGINES] --output and --error directives will be overwritten in the wrapper builders

0 commit comments

Comments
 (0)