Updated tbird compile script
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@174 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -6,10 +6,10 @@ SHELL = /bin/sh
|
||||
# System-specific settings
|
||||
|
||||
# NOTE: you may need to invoke (by typing or in your .cshrc)
|
||||
# module load libraries/fftw-2.1.5-openmpi-1.1.2_rc4-ofed-intel-9.1
|
||||
# module load libraries/fftw-2.1.5-openmpi-1.1.2-ofed-intel-9.1
|
||||
# before building LAMMPS
|
||||
|
||||
FFTW = /apps/x86_64/libraries/fftw/openmpi-1.1.2_rc4-ofed-intel-9.1/fftw-2.1.5
|
||||
FFTW = /apps/x86_64/libraries/fftw/openmpi-1.1.2-ofed-intel-9.1/fftw-2.1.5
|
||||
|
||||
CC = mpicxx
|
||||
CCFLAGS = -O -DFFT_FFTW -I${FFTW}/include
|
||||
|
||||
Reference in New Issue
Block a user