Hi, Can I get prolog to run after the creation of the job ID but before sbatch returns? I have set the PrologFlags to 'Alloc'. I even tried 'Contain', but without much success.
I read from the Slurm Prolog and Epilog documentation ( https://slurm.schedmd.com/prolog_epilog.html) that Alloc forces the Prolog script to run on job allocation, but it is not clear to me when the job allocation happens. I was assuming this is synonymous to the job ID creation (return from sbatch), but looks like this assumption is wrong? Thanks, Pavan
