If I supply a
--constraint=
option to an sbatch/salloc/srun, does the arg appear inside
any object that a Lua CLI Filter could access?
I've tried this basic check
if is_unset(options['constraint']) then
slurm_errorf('constraint is unset ')
end
and seen that that
Dear Arko,
Arko Roy via slurm-users writes:
> I want to run 50 sequential jobs (essentially 50 copies of the same code with
> different input parameters) on a particular node. However, as soon as one of
> the
> jobs gets executed, the other 49 jobs get killed immediately with exit code
> 9.