CI: enable mpi on Fedora

This commit is contained in:
Tommaso Pecorella
2022-01-23 16:41:18 -06:00
parent 2d1efe3f76
commit 778a9fda8a

View File

@@ -15,6 +15,7 @@
- $FEDORA == "True"
before_script:
- dnf install gcc gcc-c++ cmake ninja-build python python-devel ccache gsl gsl-devel gtk3 gtk3-devel sqlite sqlite-devel libxml2 libxml2-devel openmpi openmpi-devel boost-devel pygobject3-devel python3-gobject gobject-introspection-devel goocanvas2-devel graphviz-devel graphviz ipython --assumeyes
- module load mpi/openmpi-x86_64
variables:
COMPILER: g++