Browse Source

Bug resubmit

Pierre-Yves Barriat 5 months ago
parent
commit
7c37e150c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime/classic/ecconf.cfg

+ 1 - 1
runtime/classic/ecconf.cfg

@@ -296,6 +296,6 @@ function finalise()
                -e ${run_dir}/$(basename ${stdout_file}).$(printf %03d $((leg_number+1))) \
                -d ${SLURM_JOB_ID}                                                        \
                ${resubmit_opt}                                                           \
-               ./${SLURM_JOB_NAME}
+               ./${SLURM_JOB_NAME}.sh
     fi
 }