Skip to content

Commit

Permalink
use mpi_f08 in github CI
Browse files Browse the repository at this point in the history
Should be replaced with tests of all MPI settings.
  • Loading branch information
tukss committed Feb 24, 2024
1 parent 67bfa63 commit c5d4645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build Rayleigh
# Now build Rayleigh itself
run: |
./configure -debian-mkl --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
./configure -debian-mkl --mpi-f08 --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
make fdeps && git diff --exit-code
make -j
Expand Down Expand Up @@ -115,6 +115,6 @@ jobs:
run: |
cd "$GITHUB_WORKSPACE"
export MKLROOT=$CONDA_PREFIX
./configure -conda-mkl --FC=mpifort --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
./configure -conda-mkl --mpi-f08 --FC=mpifort --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
make -j
make install

0 comments on commit c5d4645

Please sign in to comment.