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

This commit is contained in:
sjplimp 2009-09-28 15:27:14 +00:00
parent 36bee204dd
commit 5e50bb488f
40 changed files with 0 additions and 85 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 $<

View File

@ -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 $<

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 $<

View File

@ -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 $<

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \