.woodpecker.yml: load mpi
This commit is contained in:
parent
f47fa0b921
commit
ac0b9e54a3
1 changed files with 2 additions and 0 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue