Skip to content

Commit

Permalink
Merge pull request firemodels#12247 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Utilities: Add MPI_F08 to test_mpi
  • Loading branch information
mcgratta authored Nov 27, 2023
2 parents b057a9f + f7be7a7 commit 8b079e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Utilities/test_mpi/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ impi_intel_win: setup_win $(objwin_mpi)
# Linux

impi_intel_linux: FFLAGS = -m64 -O2 -traceback -no-wrap-margin
impi_intel_linux: LFLAGS = -static-intel -check_mpi
impi_intel_linux: FCOMPL = mpiifort
impi_intel_linux: obj = test_mpi
impi_intel_linux: $(obj_mpi)
$(FCOMPL) -o $(obj) $(FFLAGS) $(LFLAGS) $(obj_mpi)
$(FCOMPL) -o $(obj) $(FFLAGS) $(obj_mpi)

# OSX

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 @@ -18,7 +18,7 @@
! Intel in writing.
!
program test_mpi
use mpi
use mpi_f08
implicit none

integer i, size, rank, namelen, ierr
Expand Down

0 comments on commit 8b079e3

Please sign in to comment.