Skip to content

Commit

Permalink
FDS Build: Make the FDS and Thirdparty fortran compiler same for FDS …
Browse files Browse the repository at this point in the history
…and Thirdparty
  • Loading branch information
cxp484 committed Nov 25, 2024
1 parent 0b1a3a8 commit 314d90a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,6 @@ ompi_gnu_osx_dv : obj = fds_ompi_gnu_osx_dv
ompi_gnu_osx_dv : setup $(obj_mpi)
$(FCOMPL) $(FFLAGS) $(FOPENMPFLAGS) -o $(obj) $(obj_mpi) $(LFLAGSMKL)

mpich_gnu_polaris : FFLAGS = -m64 -O2 -fbacktrace -std=f2018 -frecursive -ffpe-summary=none -fall-intrinsics $(GITINFOGNU) $(GNU_COMPINFO) $(FFLAGSMKL_GNU_OPENMPI) $(GFORTRAN_OPTIONS) $(FFLAGS_SUNDIALS)
#mpich_gnu_polaris : FFLAGS = -m64 -O0 -std=f2018 -ggdb -Wall -Wcharacter-truncation -Wno-target-lifetime -fcheck=all -fbacktrace -ffpe-trap=invalid,zero,overflow -frecursive -ffpe-summary=none -fall-intrinsics $(GITINFOGNU) $(GNU_COMPINFO) $(FFLAGSMKL_GNU_OPENMPI) $(GFORTRAN_OPTIONS) $(FFLAGS_SUNDIALS)
mpich_gnu_polaris : LFLAGSMKL = $(LFLAGSMKL_GNU_OPENMPI) $(LFLAGS_SUNDIALS)
mpich_gnu_polaris : FCOMPL = ftn
mpich_gnu_polaris : FOPENMPFLAGS = -fopenmp
mpich_gnu_polaris : obj = fds_mpich_gnu_polaris
mpich_gnu_polaris : setup $(obj_mpi)
$(FCOMPL) $(FFLAGS) $(FOPENMPFLAGS) -o $(obj) $(obj_mpi) $(LFLAGSMKL)


# *** Object Dependencies ***
Expand Down

0 comments on commit 314d90a

Please sign in to comment.