1
0
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:
J. Fernando Sánchez 2015-09-14 21:58:31 +02:00
parent 30f1944781
commit b9e77847aa

View File

@ -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