Re: [slurm-users] Increasing the OpenFile under SLURM ....

2020-02-13 Thread Marcus Wagner
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

[slurm-users] Slurm SPANK GPU Compute Mode plugin

2020-02-13 Thread GAUDIN Regine
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