slurm.conf like
MailProg = /usr/local/bin/myscript.sh
and write a simple script
#! /bin/bash
/bin/mail -r "SLURM Daemon " "$@"
best regards
Von: "Andre Torres"
An: slurm-users@lists.schedmd.com
Gesendet: Donnerstag, 24. Januar 2019 17:10:04
Betreff
Hi all,
Does anyone know how can I change the “from address” for the job emails ?
Thanks in advance,
Andre
in to
Slurm using sacctmgr.
>
> It really depends on if your Slurm users are a subset of your regular
users or not.
>
> -Paul Edmon-
>
> On 9/12/2018 12:21 PM, Andre Torres wrote:
>
> Hi all,
>
> I’m new to slurm and I’m c
Hi all,
I’m new to slurm and I’m confused regarding user creation. I have an
installation with 1 login node and 5 compute nodes. If I create a user across
all the nodes with the same uid and gid I can execute jobs but I can’t
understand the difference between user creation with “useradd” com