If I supply a

  --constraint=<arg>

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 object is, indeed, unset.

Kevin

--
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com

Reply via email to