Skip to content

Commit 2e45190

Browse files
committed
log not retrieved "fix"
1 parent a99db60 commit 2e45190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autosubmit/platforms/wrappers/wrapper_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,8 @@ def build_srun_launcher(self, jobs_list, footer=True):
816816
suffix=".cmd"
817817
for template in "${{{jobs_list}[@]}}"; do
818818
jobname=${{template%"$suffix"}}
819-
out="${{template}}.out"
820-
err="${{template}}.err"
819+
out="${{template}}.out.0"
820+
err="${{template}}.err.0"
821821
srun --ntasks=1 --cpu-bind=verbose,mask_cpu:${{job_mask[i]}} --distribution=block:block $template > $out 2> $err &
822822
((i=i+1))
823823
done

0 commit comments

Comments
 (0)