This commit is contained in:
edoapra 2023-09-22 13:33:30 -07:00
parent 15f05f2434
commit 4b15b8fb6b
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -6,7 +6,7 @@ if [[ $(uname -s) == "Darwin" ]]; then
echo got xcode15
export GOT_XCODE15=1
export OMPI_FCFLAGS=" -Wl,-ld_classic "
export OMPI_CLAGS=" -Wl,-ld_classic -Wno-unused-command-line-argument "
export OMPI_CFLAGS=" -Wl,-ld_classic -Wno-unused-command-line-argument "
# export MPICH_FC="mpif90 -Wl,-ld_classic "
# export MPICH_CC="mpicc -Wl,-ld_classic "
# env|egrep MPICH_