Install Open MPI on Centos 7 from sources.
Work in progress
None
Available variables are listed below, along with default values (see defaults/main.yml):
| Variable | Default | Comments |
|---|---|---|
openmpi_version |
4.0.5 | Choose openmpi version to install |
openmpi_install_dir |
/opt/openmpi | Directory where to install openmpi |
openmpi_configure_args |
[ ] | Arguments to pass to configure (--prefix is set within the role; set openmpi_install_dir instead) |
-- This role cannot be played independently (yet) --
Required roles:
- role:
korzeczl/gcc
- hosts: servers
roles:
- role: korzeczl.gcc
- role: korzeczl.openmpi
This role was created in 2020 by Laurent Korzeczek.