Updated Summit & Frontier template Makefiles

This commit is contained in:
Nick Hagerty
2023-12-18 12:06:41 -05:00
parent bc47f4f3a3
commit d02ffb0e70
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ MPI_LIB = -L${MPICH_DIR}/lib -lmpi -L${CRAY_MPICH_ROOTDIR}/gtl/lib -lmpi_gtl_hsa
MY_HIP_EXE = $(shell which hipcc)
MY_HIP_PATH = $(dir ${MY_HIP_EXE})
FFT_INC = -DFFT_HIPFFT
FFT_INC = -DFFT_KOKKOS_HIPFFT
FFT_PATH =
FFT_LIB = -L${MY_HIP_PATH}../lib -lhipfft

View File

@ -57,7 +57,7 @@ MPI_LIB = -L${MY_MPI_PATH}../lib -lmpi_ibm
# PATH = path for FFT library
# LIB = name of FFT library
FFT_INC = -DFFT_CUFFT
FFT_INC = -DFFT_KOKKOS_CUFFT
FFT_PATH =
FFT_LIB = -lcufft