Hi Matthias,
the jobs are always children of slurmd, so they inherit slurmds
settings. So you have to modify the systemd-unit, e.g. like the following:
[Service]
LimitNOFILE=51200
LimitMEMLOCK=infinity
LimitSTACK=infinity
LimitCORE=8388608:infinity
Best
Marcus
Am 12.02.2020 um 13:17 schrie
Hi Kilian, Miguel and slurm-users
As LUA_GLOBALSINDEX has been removed in Lua 5.2 and it's used in
slurm-spank-plugins (http://www.lua.org/manual/5.2/manual.html#8) the
build of slurm-spank-plugins-lua is failing on redhat8 which uses lua5.3.
/lua.c: error: ‘LUA_GLOBALSINDEX’ undeclared (firs