forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3182 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
36bee204dd
commit
5e50bb488f
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = icc
|
||||
CCFLAGS = $(PKGINC) -O2 -DFFT_SCSL -w
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = /opt/ibmcmp/vacpp/7.0/bin/blrts_xlC \
|
||||
-I/bgl/BlueLight/ppcfloor/bglsys/include \
|
||||
-I/bgl/local/bglfftwgel-2.1.5.pre5/include
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpCC_r
|
||||
CCFLAGS = $(PKGINC) -O4 -qnoipa -I/usr/apps/include -DFFT_FFTW
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpiCC
|
||||
CCFLAGS = $(PKGINC) -g -O -DFFT_NONE -DLAMMPS_GZIP
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpicxx
|
||||
CCFLAGS = $(PKGINC) -O -g -I/cygdrive/c/cygwin/fftw/include -DFFT_FFTW -DMPICH_IGNORE_CXX_SEEK
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = $(PKGINC) -g -O -I/usr/lib/mpich/include/ -DFFT_FFTW -DLAMMPS_GZIP
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = CC
|
||||
CCFLAGS = $(PKGINC) -64 -O -mp -DFFT_SCSL
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpicxx
|
||||
CCFLAGS = $(PKGINC) -O -DFFT_FFTW -I/home/jlane/fftw-2.1.5/fftw
|
||||
DEPFLAGS = -M
|
||||
|
@ -53,7 +51,6 @@ $(EXE): $(OBJ)
|
|||
lib: $(OBJ)
|
||||
$(ARCHIVE) $(ARFLAGS) $(EXE) $(OBJ)
|
||||
|
||||
|
||||
# Compilation rules
|
||||
|
||||
%.o:%.cpp
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = c++
|
||||
CCFLAGS = $(PKGINC) -O -I../STUBS -I/sw/include -DFFT_FFTW
|
||||
DEPFLAGS = -M
|
||||
|
@ -46,7 +44,6 @@ $(EXE): $(OBJ)
|
|||
|
||||
# Compilation rules
|
||||
|
||||
|
||||
%.o:%.cpp
|
||||
$(CC) $(CCFLAGS) -c $<
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpic++
|
||||
CCFLAGS = $(PKGINC) -O3 -DFFT_FFTW
|
||||
DEPFLAGS = -M
|
||||
|
@ -46,7 +44,6 @@ $(EXE): $(OBJ)
|
|||
|
||||
# Compilation rules
|
||||
|
||||
|
||||
%.o:%.cpp
|
||||
$(CC) $(CCFLAGS) -c $<
|
||||
|
||||
|
|
|
@ -44,8 +44,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpicxx
|
||||
CCFLAGS = $(PKGINC) -O -DFFT_FFTW -I${FFTW_INCLUDE}
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = icpc
|
||||
CCFLAGS = $(PKGINC) -O2 -unroll -DFFT_FFTW -DLAMMPS_GZIP \
|
||||
-fstrict-aliasing -I../STUBS
|
||||
|
|
|
@ -34,8 +34,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpiicc
|
||||
CCFLAGS = $(PKGINC) -O3 -fno-alias -ip -unroll0 -g -DMPICH_IGNORE_CXX_SEEK -DLAMMPS_GZIP -DFFT_FFTW -I/opt/intel/mkl/10.0.011/include/fftw
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
# Note: this Makefile builds LAMMPS according to what modules you've loaded
|
||||
# by default this is openmpi MPI
|
||||
# you still need this line in your .cshrc to load FFTW
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = icc
|
||||
CCFLAGS = -O -DFFT_FFTW -DLAMMPS_GZIP -DMPICH_IGNORE_CXX_SEEK $(PKGINC)
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = c++
|
||||
CCFLAGS = -O -DFFT_FFTW -I../STUBS $(PKGINC)
|
||||
DEPFLAGS = -M
|
||||
|
@ -46,7 +44,6 @@ $(EXE): $(OBJ)
|
|||
|
||||
# Compilation rules
|
||||
|
||||
|
||||
%.o:%.cpp
|
||||
$(CC) $(CCFLAGS) -c $<
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
FFTW = /sw
|
||||
|
||||
CC = mpic++
|
||||
|
@ -48,7 +46,6 @@ $(EXE): $(OBJ)
|
|||
|
||||
# Compilation rules
|
||||
|
||||
|
||||
%.o:%.cpp
|
||||
$(CC) $(CCFLAGS) -c $<
|
||||
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = $(PKGINC) -O -I/opt/mpich-mx/include -DFFT_NONE -DLAMMPS_GZIP
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpic++
|
||||
CCFLAGS = $(PKGINC) -O2 -funroll-loops -DFFT_FFTW -DLAMMPS_GZIP \
|
||||
-fstrict-aliasing -Wall -W -Wno-uninitialized
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = $(PKGINC) -O3 -I /opt/mpich/include/ -DFFT_FFTW -DLAMMPS_GZIP
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = pgCC -fast
|
||||
CCFLAGS = $(PKGINC) -I/usr/local/mpich-1.2.6/pg/include \
|
||||
-I/usr/local/include \
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpCC_r
|
||||
CCFLAGS = $(PKGINC) -O3 -qnoipa -qlanglvl=oldmath \
|
||||
-I/scr/oppe/LAMMPS/fftw-2.1.5/include -DFFT_FFTW
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpiCC
|
||||
CCFLAGS = $(PKGINC) -O -I/usr/local/mpich-1.2.6-eth/include -DFFT_NONE
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = /usr/local/cplant/ross/current/bin/c++
|
||||
CCFLAGS = $(PKGINC) -O -DFFT_DEC
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = blrts_xlC \
|
||||
-I/bgl/BlueLight/ppcfloor/bglsys/include \
|
||||
-I//usr/local/apps/V1R3/fftw-2.1.5d/include/
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpCC_r
|
||||
CCFLAGS = $(PKGINC) -O2 -qnoipa -I/usr/common/usg/fftw/2.1.5/include -DFFT_FFTW
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = -O -DFFT_NONE -I../STUBS $(PKGINC)
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = gcc
|
||||
CCFLAGS = $(PKGINC) -g -Wall -W -O2 -funroll-loops \
|
||||
-DFFT_FFTW -DLAMMPS_GZIP -fstrict-aliasing -I../STUBS
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = icc
|
||||
CCFLAGS = $(PKGINC) -O -I../STUBS -DFFT_NONE
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = c++
|
||||
CCFLAGS = $(PKGINC) -O -I../STUBS -DFFT_NONE
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -34,8 +34,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
FFTW = /apps/x86_64/libraries/fftw/openmpi-1.2.2_mx_intel-9.1-f040-c045/fftw-2.1.5
|
||||
|
||||
CC = mpicxx
|
||||
|
|
|
@ -35,8 +35,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpiCC
|
||||
CCFLAGS = $(PKGINC) -DFFT_FFTW -I/home/athomps/tools/fftw-2.1.5/fftw
|
||||
DEPFLAGS = -O2 -M
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = CC
|
||||
CCFLAGS = $(PKGINC) -fastsse -DFFT_FFTW -DMPICH_IGNORE_CXX_SEEK \
|
||||
-I/projects/fftw/fftw-2.1.5/include
|
||||
|
|
|
@ -27,8 +27,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
FFTW_INC = ${TACC_FFTW2_INC}
|
||||
FFTW_LIB = ${TACC_FFTW2_LIB}
|
||||
|
||||
|
|
|
@ -47,8 +47,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = mpicxx
|
||||
CCFLAGS = -O -DFFT_FFTW -I$(FFTW_INCLUDE) $(PKGINC)
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = g++
|
||||
CCFLAGS = $(PKGINC) -O -I../STUBS -DFFT_SGI
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -29,8 +29,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = ciCC
|
||||
CCFLAGS = $(PKGINC) -O4 -Knoieee -DFFT_INTEL
|
||||
DEPFLAGS = -M
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
FFTW = /apps/libraries/fftw-2.1.5
|
||||
|
||||
CC = mpiCC
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = CC --target=catamount
|
||||
CCFLAGS = $(PKGINC) -O3 -fomit-frame-pointer -finline-functions \
|
||||
-Wall -Wno-unused -funroll-all-loops \
|
||||
|
|
|
@ -28,8 +28,6 @@ include Makefile.package
|
|||
# either an MPI installed on your machine, or the src/STUBS dummy lib
|
||||
# NOTE: specify an FFT option, e.g. -DFFT_NONE, -DFFT_FFTW, etc
|
||||
|
||||
|
||||
|
||||
CC = xlc -q64
|
||||
CCFLAGS = $(PKGINC) -g -O -I/opt/mpich/include \
|
||||
-I/usr/local/include -L/opt/mpich/lib64 \
|
||||
|
|
Loading…
Reference in New Issue