mirror of
https://github.com/balkian/rpi-cluster.git
synced 2025-09-01 18:42:21 +00:00
Added mpi-dev
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
- name: Install openmpi-bin
|
||||
apt: name=openmpi-bin state=present
|
||||
sudo: yes
|
||||
- name: Install openmpi dev to compile with mpicc
|
||||
apt: name=openmpi-default-dev state=present
|
||||
sudo: yes
|
||||
|
||||
- hosts: master
|
||||
sudo: true
|
||||
|
Reference in New Issue
Block a user