Skip to content

Commit

Permalink
FDS Utilities: Update makefile for test_mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgratta committed Nov 27, 2023
1 parent 695050c commit 52dd0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Utilities/test_mpi/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,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 = "$(I_MPI_ROOT)\intel64\include"
impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE)
impi_intel_win: MPIINCLUDE = "$(IMPI_INCLUDE)"
impi_intel_win: FFLAGS = /Qipo /O2 /I$(MPIINCLUDE) -fc=ifx
impi_intel_win: FCOMPL = mpiifort
impi_intel_win: obj = test_mpi
impi_intel_win: setup_win $(objwin_mpi)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/test_mpi/test_mpi.f90
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ program test_mpi

integer i, size, rank, namelen, ierr
character (len=MPI_MAX_PROCESSOR_NAME) :: name
integer stat(MPI_STATUS_SIZE)
type(mpi_status) :: stat

call MPI_INIT (ierr)

Expand Down

0 comments on commit 52dd0a4

Please sign in to comment.