Releases: fgci-org/ansible-role-slurm
Releases · fgci-org/ansible-role-slurm
v1.5.5
v1.5.4
v1.5.3
v1.5.2
- configure plugstack and x11 spank plugin optionally - disabled by default (#66)
- new ansible variables and their defaults below:
slurm_plugstack: False slurm_x11_spank: False slurm_x11_setting: "optional x11.so"
- new ansible variables and their defaults below:
- testing: we are now testing with SLURM 16.05 by default - the role's default is still 1508 (33b0950)
v1.5.1
v1.5.0
v1.4.7
v1.4.6
Slurm CPU parameters will also be applied to GPU nodes if slurm_with_gpu=True.
-
slurm_gpu_nodes
-
slurm_compute_realmemory
-
slurm_compute_sockets
-
slurm_compute_corespersocket
-
slurm_compute_threadspercore
-
slurm_node_state
Any of these variables can be overwritten by re-setting it on group_vars/all/all.yml.
E.g. to disable Hyper-threading also in Slurm set:slurm_compute_threadspercore: "1"
added gitpitch banner to README
v1.4.5
v1.4.4
- moved some tasks out of service.yml and put in build_service.yml 2
- defined some variables 1 in vars/ which are included. Fewer tasks and should also make the role work better on EL6.
Testing updates:
- we had a few debug tasks used while debugging travis/docker - they should have been put in tests/ instead. They are no longer needed so they were removed
- install and configure NHC too 3