Skip to content
Snippets Groups Projects
Commit 645ed76f authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'Add-libpmi' into 'master'

Add libpmi.so

See merge request hpc-team/ansible_cluster_in_a_box!233
parents dcc0605c 08a603e5
No related branches found
No related tags found
1 merge request!233Add libpmi.so
...@@ -45,6 +45,19 @@ ...@@ -45,6 +45,19 @@
creates: "{{ slurm_dir }}/bin/srun" creates: "{{ slurm_dir }}/bin/srun"
when: force_slurm_recompile is defined or not stat_srun.stat.exists when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: build pmi
command: make
args:
chdir: /tmp/slurm-{{ slurm_version }}/contribs/pmi
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: install pmi
shell: make install
sudo: true
args:
chdir: /tmp/slurm-{{ slurm_version }}/contribs/pmi
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: build pam_slurm - name: build pam_slurm
command: make command: make
args: args:
......
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