.woodpecker.yml: load mpi

This commit is contained in:
Christian Zimmermann 2024-05-18 15:16:07 +02:00
parent f47fa0b921
commit ac0b9e54a3

View file

@ -5,6 +5,8 @@ steps:
image: chizeta/centos:8
commands:
- source /opt/rh/gcc-toolset-9/enable
- module load mpi
- mpifort --version
- mkdir build-gcc
- cd build-gcc
- cmake3 -DSCALAR_BUILD=on ..