We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f8dfa commit f1d329bCopy full SHA for f1d329b
.github/workflows/single-platform.yml
@@ -27,15 +27,11 @@ jobs:
27
eval "$(spack load --sh openmpi)"
28
which mpicc
29
30
- - name: Configure GCC_MPI
+ - name: Configure and Make GCC_MPI
31
run: |
32
sed -E -i \
33
-e 's/^(ENABLE_MPI[[:space:]]*\?=[[:space:]]*).*/\1true/' \
34
-e 's/^(ENABLE_OPENMP[[:space:]]*\?=[[:space:]]*).*/\1false/' \
35
- -e 's/^(TOOLCHAIN[[:space:]]*\?=[[:space:]]*).*/\1GCC/' \
36
- Makefile
37
-
38
- - name: Make GCC_MPI
39
- run: |
+ -e 's/^(TOOLCHAIN[[:space:]]*\?=[[:space:]]*).*/\1GCC/' config.mk
40
make
41
0 commit comments