Created
December 20, 2012 08:10
-
-
Save derekbrokeit/4343711 to your computer and use it in GitHub Desktop.
build lammps with no fftw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/MAKE/Makefile.mac b/src/MAKE/Makefile.mac | |
index ccefa59..42f5882 100755 | |
--- a/src/MAKE/Makefile.mac | |
+++ b/src/MAKE/Makefile.mac | |
@@ -48,9 +48,9 @@ MPI_LIB = -lmpi_stubs | |
# PATH = path for FFT library | |
# LIB = name of FFT library | |
-FFT_INC = -DFFT_FFTW | |
+FFT_INC = -DFFT_NONE | |
FFT_PATH = | |
-FFT_LIB = -lfftw | |
+FFT_LIB = | |
# JPEG library, OPTIONAL | |
# see discussion in doc/Section_start.html#2_2 (step 7) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment