Skip to content

Commit

Permalink
test_mpi build: add comments to makefile for using ifx
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed Nov 20, 2024
1 parent 87ac732 commit d898ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Utilities/test_mpi/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ 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: obj = test_mpi
impi_intel_win: setup_win $(objwin_mpi)
$(FCOMPL) -o $(obj) $(FFLAGS) /F1000000000 $(objwin_mpi) $(MPILIB)
Expand Down

0 comments on commit d898ec7

Please sign in to comment.