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 07288cd commit 8836d58Copy full SHA for 8836d58
prerequisites/install-functions/build_opencoarrays.sh
@@ -15,8 +15,8 @@ build_opencoarrays()
15
fi
16
MPIFC_show=($("$MPIFC" -show))
17
MPICC_show=($("$MPICC" -show))
18
- if [[ "${MPIFC_show[0]}" != *gfortran* || "${MPICC_show[0]}" != *gcc* ]]; then
19
- emergency "build_opencoarrays.sh: MPI doesn't wrap gfortran/gcc: \${MPIFC_show}=${MPIFC_show[*]}, \${MPICC_show}=${MPICC_show[*]}"
+ if [[ "${MPIFC_show[0]}" != *gfortran* ]]; then
+ emergency "build_opencoarrays.sh: MPI doesn't wrap gfortran/gcc: \${MPIFC_show}=${MPIFC_show[*]}"
20
21
if [[ -z "${OPENCOARRAYS_DEVELOPER:-}" ]]; then
22
# We should examine the value too, but CMake has many ways of saying "true"
0 commit comments