git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6483 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2011-06-30 16:03:53 +00:00
parent 9843c9d48e
commit 3b9d33abd5
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# storm = Cray XT5, Cray CC, native MPI, FFTW
# xt5 = Cray XT5, Cray CC, native MPI, FFTW
SHELL = /bin/sh
.SUFFIXES: .cpp .d
@ -39,9 +39,9 @@ MPI_LIB =
# PATH = path for FFT library
# LIB = name of FFT library
FFT_INC = -DFFT_NONE
FFT_PATH =
FFT_LIB =
FFT_INC = -DFFT_FFTW -I/home/sjplimp/fftw/fftw
FFT_PATH = -L/home/sjplimp/fftw/fftw/.libs
FFT_LIB = -lfftw
# JPEG library, only needed if -DLAMMPS_JPEG listed with LMP_INC
# INC = path for jpeglib.h