Skip to content
Snippets Groups Projects
Commit b0398883 authored by Damien Leong's avatar Damien Leong :ant:
Browse files

Add libpmi.so

Former-commit-id: 08a603e5
parent ff6f7c5a
No related branches found
No related tags found
No related merge requests found
...@@ -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