Skip to content

Commit

Permalink
Merge pull request #13787 from mcgratta/master
Browse files Browse the repository at this point in the history
test_mpi: use ifx compiler on Windows
  • Loading branch information
mcgratta authored Nov 21, 2024
2 parents 8997f3f + f9cae91 commit 657c082
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Utilities/test_mpi/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ setup_win:
impi_intel_win: SHELL=C:/Windows/System32/cmd.exe
impi_intel_win: MPILIB = "$(I_MPI_RELEASE_ROOT)\impi.lib"
impi_intel_win: MPIINCLUDE = "$(IMPI_INCLUDE)"
impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE) -fc=ifort
impi_intel_win: FCOMPL = mpiifort
#compilation crashes when using the following two lines instead of above two lines
#impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE) -fc=ifx
#impi_intel_win: FCOMPL = mpiifx
impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE)
impi_intel_win: FCOMPL = mpiifx
impi_intel_win: obj = test_mpi
impi_intel_win: setup_win $(objwin_mpi)
$(FCOMPL) -o $(obj) $(FFLAGS) /F1000000000 $(objwin_mpi) $(MPILIB)
Expand Down

0 comments on commit 657c082

Please sign in to comment.