Hi Hermann,
no, we don't use --propagate.
in slurm.conf, we set
PropagateResourceLimits=CORE
That in fact means, that we really do not propagate any limits besides
the coresize (excerpt from slurm.conf manpage):
> If neither PropagateResourceLimits or PropagateResourceLimitsExcept
> are configured and the "--propagate" option is not specified, then
> the default action is to propagate all limits.
So, the maximum number of processes should not be propagated from the
submit nodes to the batch nodes. Moreover, I do not know where that high
limit might come from.
In /etc/security/limits.conf we set
* soft nproc 262144
ulimit -u gives me 16384 on the submit nodes.
the batchjobs are still working as expected, but that "error"-message is
somewhat disturbing.
Best
Marcus