On 2025/02/20 21:55, Daniel Letai via slurm-users wrote:
...
Adding AccountingStorageBackupHost pointing to the other node is of course
possible, but will mean different slurm.conf files which slurm will complain
about.
Just thought to note that, in general, it is useful to be aware
that one w
On 2024/12/05 05:37, Daniel Miliate via slurm-users wrote:
I'm trying to send myself an email notification with a custom body/subject
for notification of important events. Is this possible? I've tried a few
things in the script below.
The bits you may have missed:
The emails that Slurm sends o
On 2024/08/19 15:11, Ward Poelmans via slurm-users wrote:
Have a look if you can spot them in:
function slurm_cli_pre_submit(options, pack_offset)
env_json = slurm.json_env()
slurm.log_info("ENV: %s", env_json)
opt_json = slurm.json_cli_options(options)
slurm.log_info("OPTIONS: %
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
On 2024/07/10 16:25, jack.mellor--- via slurm-users wrote:
We are running slurm 23.02.6.
Our nodes have hyperthreading disabled and we have slurm.conf
set to CPU=32 for each node (each node has 2 processes with 16 cores).
When we allocated a job, such as salloc -n 32, it will allocate
a whole no