Skip to content

Commit d898ec7

Browse files
committed
test_mpi build: add comments to makefile for using ifx
1 parent 87ac732 commit d898ec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Utilities/test_mpi/makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ impi_intel_win: MPILIB = "$(I_MPI_RELEASE_ROOT)\impi.lib"
4444
impi_intel_win: MPIINCLUDE = "$(IMPI_INCLUDE)"
4545
impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE) -fc=ifort
4646
impi_intel_win: FCOMPL = mpiifort
47+
#compilation crashes when using the following two lines instead of above two lines
48+
#impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE) -fc=ifx
49+
#impi_intel_win: FCOMPL = mpiifx
4750
impi_intel_win: obj = test_mpi
4851
impi_intel_win: setup_win $(objwin_mpi)
4952
$(FCOMPL) -o $(obj) $(FFLAGS) /F1000000000 $(objwin_mpi) $(MPILIB)

0 commit comments

Comments
 (0)