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 87ac732 commit d898ec7Copy full SHA for d898ec7
Utilities/test_mpi/makefile
@@ -44,6 +44,9 @@ impi_intel_win: MPILIB = "$(I_MPI_RELEASE_ROOT)\impi.lib"
44
impi_intel_win: MPIINCLUDE = "$(IMPI_INCLUDE)"
45
impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE) -fc=ifort
46
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
50
impi_intel_win: obj = test_mpi
51
impi_intel_win: setup_win $(objwin_mpi)
52
$(FCOMPL) -o $(obj) $(FFLAGS) /F1000000000 $(objwin_mpi) $(MPILIB)
0 commit comments