Update Makefiles

This commit is contained in:
Stan Moore
2024-01-05 09:25:32 -07:00
parent 10c0922588
commit fc2d78fc0a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ MPI_LIB = -L${MPICH_DIR}/lib -lmpi -L${CRAY_MPICH_ROOTDIR}/gtl/lib -lmpi_gtl_cud
# PATH = path for FFT library
# LIB = name of FFT library
FFT_INC = -DFFT_CUFFT
FFT_INC = -DFFT_KOKKOS_CUFFT
FFT_PATH =
FFT_LIB = ${CRAY_CUDATOOLKIT_POST_LINK_OPTS} -lcufft

View File

@ -57,7 +57,7 @@ MPI_LIB =
# PATH = path for FFT library
# LIB = name of FFT library
FFT_INC = -DFFT_CUFFT
FFT_INC = -DFFT_KOKKOS_CUFFT
FFT_PATH =
FFT_LIB = -lcufft