Skip to content
Snippets Groups Projects
Commit cf935e75 authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'slurm_limits' into 'master'

set the LimitMEMLOCK=infinity (whcih means jobs are unrestricted) hopefully this…

… allows the use the mellanox communciation lib in mpi jobs

See merge request !92
parents 87dc5f35 2a6d8497
No related branches found
No related tags found
1 merge request!92set the LimitMEMLOCK=infinity (whcih means jobs are unrestricted) hopefully this…
......@@ -5,6 +5,7 @@ ConditionPathExists={{ slurm_dir }}/etc/slurm.conf
[Service]
Type=forking
LimitMEMLOCK=infinity
#EnvironmentFile=/etc/default/slurmd
ExecStart={{ slurm_dir }}/sbin/slurmd $SLURMD_OPTIONS
PIDFile={{ slurmpiddir }}/slurmd.pid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment