mirror of
https://github.com/balkian/rpi-cluster.git
synced 2024-11-21 15:12:28 +00:00
Added mpi-dev
This commit is contained in:
parent
30f1944781
commit
b9e77847aa
@ -7,6 +7,9 @@
|
|||||||
- name: Install openmpi-bin
|
- name: Install openmpi-bin
|
||||||
apt: name=openmpi-bin state=present
|
apt: name=openmpi-bin state=present
|
||||||
sudo: yes
|
sudo: yes
|
||||||
|
- name: Install openmpi dev to compile with mpicc
|
||||||
|
apt: name=openmpi-default-dev state=present
|
||||||
|
sudo: yes
|
||||||
|
|
||||||
- hosts: master
|
- hosts: master
|
||||||
sudo: true
|
sudo: true
|
||||||
|
Loading…
Reference in New Issue
Block a user