This role installs and configures OpenBLAS library, used for scientific computations.
This role requires Ansible 2.0 or higher. No other dependencies.
ansible-galaxy install slothai.openblas
The variables that can be passed to this role and a brief description about them are as follows. (For all variables, take a look at defaults/main.yml)
openblas_path: /opt/OpenBLAS
openblas_version: 0.2.19
openblas_no_affinity: 1 # NO_AFFINITY=1 flag
# Uncomment line below to set USE_OPENMP. Its enabled for multi-core systems.
# openblas_use_openmp: 1
It uses {{ansible_processor_vcpus}}
threads by default and enables USE_OPENMP=1
for 2+ cpus.
None
MIT