We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f290bbc commit 2f4fe17Copy full SHA for 2f4fe17
.github/scripts/run_build.sh
@@ -69,7 +69,7 @@ echo
69
${adios[@]} \
70
${netcdf[@]} \
71
${petsc[@]} \
72
-FC=gfortran MPIFC=mpif90 CC=gcc "${TESTFLAGS}"
+FC=gfortran MPIFC=mpif90 CC=gcc ${TESTFLAGS}
73
74
# checks
75
if [[ $? -ne 0 ]]; then echo "configuration failed:"; cat config.log; echo ""; echo "exiting..."; exit 1; fi
0 commit comments