From 3a2f6dcffedac66e099e0f93a2c1cedaf5bf915e Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 21 Jun 2023 19:51:07 -0700 Subject: [PATCH] FCFLAGS for scalapack detection --- src/libext/elpa/build_elpa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libext/elpa/build_elpa.sh b/src/libext/elpa/build_elpa.sh index 964dab49d9..4556fd7c9b 100755 --- a/src/libext/elpa/build_elpa.sh +++ b/src/libext/elpa/build_elpa.sh @@ -220,6 +220,7 @@ echo MYCFLAGS is $MYCFLAGS echo 64ints is $sixty4_int echo MYLINK is "${MYLINK}" export SCALAPACK_LDFLAGS="${MYLINK}" +export SCALAPACK_FCFLAGS+="${MYLINK}" export FC=$MPIF90 export CC=$MPICC #hack