openmpi

Ansible Role: OpenMPI

Install Open MPI on Centos 7 from sources.

Work in progress


Requirements

None

Role Variables

//: <> (A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. )

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)

Dependencies

-- This role cannot be played independently (yet) --

Required roles:

  • role: korzeczl/gcc

Example Playbook

//: <> (Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:)

- hosts: servers
  roles:
    - role: korzeczl.gcc
    - role: korzeczl.openmpi    

License

MIT

Author Information

//: <> (An optional section for the role authors to include contact information, or a website (HTML is not allowed).)

This role was created in 2020 by Laurent Korzeczek.

Install
ansible-galaxy install korzeczl/ansible-role-openmpi
GitHub repository
License
Unknown
Downloads
23
Owner