Skip to content

Commit db63427

Browse files
authored
Merge pull request #80 from stackhpc/feature/libpmi
Install slurm-libpmi-ohpc by default so srun works with intel mpi
2 parents 37fdca0 + 848f1ae commit db63427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ openhpc_slurm_service:
55
openhpc_slurm_control_host: "{{ inventory_hostname }}"
66
openhpc_slurm_partitions: []
77
openhpc_cluster_name:
8-
openhpc_packages: []
8+
openhpc_packages:
9+
- slurm-libpmi-ohpc
910
openhpc_drain_timeout: 86400
1011
openhpc_resume_timeout: 300
1112
openhpc_retry_delay: 10

0 commit comments

Comments
 (0)