Skip to content

Commit 6aee2b6

Browse files
authored
Merge pull request #16407 from gforney/testmpi
test_mpi build: remove -ld_classic from osx intel build - was causing…
2 parents 8a5de5f + 3db570e commit 6aee2b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utilities/test_mpi/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ompi_gnu_linux: $(obj_mpi)
6666
# OSX
6767

6868
ompi_intel_osx: FFLAGS = -m64 -O2 -traceback -no-wrap-margin
69-
ompi_intel_osx: LFLAGS = -static-intel -ld_classic
69+
ompi_intel_osx: LFLAGS = -static-intel
7070
ompi_intel_osx: FCOMPL = mpifort
7171
ompi_intel_osx: obj = test_mpi
7272
ompi_intel_osx: $(obj_mpi)

0 commit comments

Comments
 (0)