diff --git a/src/MAKE/Makefile.altix b/src/MAKE/Makefile.altix index a3d040cd04..47e972d2c3 100644 --- a/src/MAKE/Makefile.altix +++ b/src/MAKE/Makefile.altix @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpi # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.bgl b/src/MAKE/Makefile.bgl index 0cf19127ff..dce6893600 100644 --- a/src/MAKE/Makefile.bgl +++ b/src/MAKE/Makefile.bgl @@ -28,12 +28,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -44,7 +44,7 @@ MPI_PATH = MPI_LIB = -lmpich.rts # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -55,7 +55,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.cygwin b/src/MAKE/Makefile.cygwin index c5aa7877ce..c621df2e0f 100644 --- a/src/MAKE/Makefile.cygwin +++ b/src/MAKE/Makefile.cygwin @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = -L/cygdrive/c/cygwin/mpich2-1.0.4p1/lib MPI_LIB = -lmpich # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = -L/cygdrive/c/cygwin/fftw/lib FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.encanto b/src/MAKE/Makefile.encanto index a0b49541c9..045a8f0031 100644 --- a/src/MAKE/Makefile.encanto +++ b/src/MAKE/Makefile.encanto @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = -L/home/jlane/fftw-2.1.5/fftw/.libs FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.fink b/src/MAKE/Makefile.fink index ba3c58d582..9906bdf73c 100644 --- a/src/MAKE/Makefile.fink +++ b/src/MAKE/Makefile.fink @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = ../STUBS/libmpi.a # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = -L/sw/lib FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.g++ b/src/MAKE/Makefile.g++ index f60f8dc99f..3916c61f90 100755 --- a/src/MAKE/Makefile.g++ +++ b/src/MAKE/Makefile.g++ @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP -DLAMMPS_JPEG # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.g++3 b/src/MAKE/Makefile.g++3 index 63a8662737..d854804285 100755 --- a/src/MAKE/Makefile.g++3 +++ b/src/MAKE/Makefile.g++3 @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.glory b/src/MAKE/Makefile.glory index a74caf0712..ed6fa3acb0 100644 --- a/src/MAKE/Makefile.glory +++ b/src/MAKE/Makefile.glory @@ -40,12 +40,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -56,7 +56,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -67,7 +67,7 @@ FFT_PATH = -L${FFTW_LIB} FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.jaguar b/src/MAKE/Makefile.jaguar index 5364a164f4..118ccac606 100644 --- a/src/MAKE/Makefile.jaguar +++ b/src/MAKE/Makefile.jaguar @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -55,7 +55,7 @@ FFT_PATH = -L$(FFTWDIR)/lib FFT_LIB = -ldfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.lam b/src/MAKE/Makefile.lam index 10b747f2fa..f9c365257b 100644 --- a/src/MAKE/Makefile.lam +++ b/src/MAKE/Makefile.lam @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpi # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.linux b/src/MAKE/Makefile.linux index b66bc22d68..73b6dff6c9 100755 --- a/src/MAKE/Makefile.linux +++ b/src/MAKE/Makefile.linux @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.mac b/src/MAKE/Makefile.mac index 91d12e127b..b4fa8bb334 100755 --- a/src/MAKE/Makefile.mac +++ b/src/MAKE/Makefile.mac @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = ../STUBS/libmpi.a # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.mac_mpi b/src/MAKE/Makefile.mac_mpi index b760824819..b63d806b7a 100755 --- a/src/MAKE/Makefile.mac_mpi +++ b/src/MAKE/Makefile.mac_mpi @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -52,7 +52,7 @@ FFT_PATH = -L${FFTW}/lib FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.mingw b/src/MAKE/Makefile.mingw index 0db4e543dd..2a2202fb54 100644 --- a/src/MAKE/Makefile.mingw +++ b/src/MAKE/Makefile.mingw @@ -23,12 +23,12 @@ SIZE = i686-pc-mingw32-size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_XDR # -DLAMMPS_GZIP -DMALLOC_MEMALIGN=64 # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = mpi.o # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = FFT_LIB = #-lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.mkl b/src/MAKE/Makefile.mkl index 5822a48315..83a07e20ce 100644 --- a/src/MAKE/Makefile.mkl +++ b/src/MAKE/Makefile.mkl @@ -28,12 +28,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -44,7 +44,7 @@ MPI_PATH = MPI_LIB = -mt_mpi # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -55,7 +55,7 @@ FFT_PATH = FFT_LIB = /opt/intel/mkl/10.0.011/lib/em64t/libfftw2xc_intel.a # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.odin b/src/MAKE/Makefile.odin index ca31488f31..4ab791bcf1 100755 --- a/src/MAKE/Makefile.odin +++ b/src/MAKE/Makefile.odin @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = -L/opt/mpich-mx/lib -L/opt/mx/lib MPI_LIB = -lmpich -lmyriexpress # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.openmpi b/src/MAKE/Makefile.openmpi index d81f80992c..db9d01a821 100644 --- a/src/MAKE/Makefile.openmpi +++ b/src/MAKE/Makefile.openmpi @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.pgi b/src/MAKE/Makefile.pgi index daccd4e09f..bcfae62ec1 100644 --- a/src/MAKE/Makefile.pgi +++ b/src/MAKE/Makefile.pgi @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = -L/usr/local/mpich-1.2.6/pg/lib MPI_LIB = -lmpich # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.power5 b/src/MAKE/Makefile.power5 index 0558f79e66..12712d0a20 100644 --- a/src/MAKE/Makefile.power5 +++ b/src/MAKE/Makefile.power5 @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = -L/scr/oppe/LAMMPS/fftw-2.1.5/lib FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.qed b/src/MAKE/Makefile.qed index 1485320ee6..15ff05567d 100644 --- a/src/MAKE/Makefile.qed +++ b/src/MAKE/Makefile.qed @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = -L/usr/local/mpich-1.2.6-eth/lib MPI_LIB = -lmpich # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.redsky b/src/MAKE/Makefile.redsky index ede24c5959..2323b4fc86 100644 --- a/src/MAKE/Makefile.redsky +++ b/src/MAKE/Makefile.redsky @@ -51,12 +51,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -67,7 +67,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -78,7 +78,7 @@ FFT_PATH = -L${FFTW_LIB} FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.sdsc b/src/MAKE/Makefile.sdsc index 9d02368280..0bd78adb96 100644 --- a/src/MAKE/Makefile.sdsc +++ b/src/MAKE/Makefile.sdsc @@ -27,12 +27,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP -DLAMMPS_XDR # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -43,7 +43,7 @@ MPI_PATH = MPI_LIB = -lmpich.rts -lmsglayer.rts -lrts.rts -ldevices.rts # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -54,7 +54,7 @@ FFT_PATH = -L/usr/local/apps/V1R3/fftw-2.1.5d/lib FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.seaborg b/src/MAKE/Makefile.seaborg index ab7b751411..d3fb643400 100644 --- a/src/MAKE/Makefile.seaborg +++ b/src/MAKE/Makefile.seaborg @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = -L/usr/common/usg/fftw/2.1.5/lib FFT_LIB = -lfftw -lfftw_mpi # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.serial b/src/MAKE/Makefile.serial index 1837f3092e..9e3841fbb7 100755 --- a/src/MAKE/Makefile.serial +++ b/src/MAKE/Makefile.serial @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = ../STUBS/libmpi.a # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.serial_debug b/src/MAKE/Makefile.serial_debug index b518152e05..1d85f30125 100644 --- a/src/MAKE/Makefile.serial_debug +++ b/src/MAKE/Makefile.serial_debug @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = ../STUBS/libmpi.a # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.sgi b/src/MAKE/Makefile.sgi index 09379cc4de..10a41218f4 100644 --- a/src/MAKE/Makefile.sgi +++ b/src/MAKE/Makefile.sgi @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.solaris b/src/MAKE/Makefile.solaris index 45700b7484..4f27651af7 100644 --- a/src/MAKE/Makefile.solaris +++ b/src/MAKE/Makefile.solaris @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = ../STUBS/libmpi.a # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.spirit b/src/MAKE/Makefile.spirit index 4995ac9740..29397aafe6 100644 --- a/src/MAKE/Makefile.spirit +++ b/src/MAKE/Makefile.spirit @@ -28,12 +28,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -44,7 +44,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -57,7 +57,7 @@ FFT_PATH = -L$(FFTW)/lib FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.storm b/src/MAKE/Makefile.storm index e4a6b8014d..3f18ac6124 100644 --- a/src/MAKE/Makefile.storm +++ b/src/MAKE/Makefile.storm @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.tacc b/src/MAKE/Makefile.tacc index 1b70b4e800..09bdf45c50 100644 --- a/src/MAKE/Makefile.tacc +++ b/src/MAKE/Makefile.tacc @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -52,7 +52,7 @@ FFT_PATH = -L${FFTW_LIB} FFT_LIB = ${FFTW_LIB}/libfftw.a # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.tbird b/src/MAKE/Makefile.tbird index 1f00e2ccab..65b34ca4a1 100644 --- a/src/MAKE/Makefile.tbird +++ b/src/MAKE/Makefile.tbird @@ -41,12 +41,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -57,7 +57,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -68,7 +68,7 @@ FFT_PATH = FFT_LIB = $(BLASLIB) $(FFTW_LINK_LINE) # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.tesla b/src/MAKE/Makefile.tesla index bd114c4ee3..dd1e2c7b2d 100755 --- a/src/MAKE/Makefile.tesla +++ b/src/MAKE/Makefile.tesla @@ -22,12 +22,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -38,7 +38,7 @@ MPI_PATH = MPI_LIB = ../STUBS/libmpi.a # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -49,7 +49,7 @@ FFT_PATH = FFT_LIB = -lcomplib.sgimath # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.tunnison b/src/MAKE/Makefile.tunnison index bd819ac05d..bbfd84c20c 100644 --- a/src/MAKE/Makefile.tunnison +++ b/src/MAKE/Makefile.tunnison @@ -33,12 +33,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -49,7 +49,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -60,7 +60,7 @@ FFT_PATH = -L$(FFTW_LIB) FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.xe6 b/src/MAKE/Makefile.xe6 index af74ecc7bd..d394809ded 100644 --- a/src/MAKE/Makefile.xe6 +++ b/src/MAKE/Makefile.xe6 @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = -L/home/sjplimp/fftw/fftw/.libs FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.xt3 b/src/MAKE/Makefile.xt3 index 74eb346837..7017a5da81 100644 --- a/src/MAKE/Makefile.xt3 +++ b/src/MAKE/Makefile.xt3 @@ -24,12 +24,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP -DLAMMPS_XDR # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -40,7 +40,7 @@ MPI_PATH = MPI_LIB = -lmpich -lpthread # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -51,7 +51,7 @@ FFT_PATH = -L$(FFTW_LIB) FFT_LIB = -ldfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library diff --git a/src/MAKE/Makefile.xt5 b/src/MAKE/Makefile.xt5 index a4427858bb..9fb5968191 100644 --- a/src/MAKE/Makefile.xt5 +++ b/src/MAKE/Makefile.xt5 @@ -23,12 +23,12 @@ SIZE = size # if you change any -D setting, do full re-compile after "make clean" # LAMMPS ifdef settings, OPTIONAL -# see possible settings in doc/Section_start.html#2_2 (step 9) +# see possible settings in doc/Section_start.html#2_2 (step 4) LMP_INC = -DLAMMPS_GZIP # MPI library, REQUIRED -# see discussion in doc/Section_start.html#2_2 (step 10) +# see discussion in doc/Section_start.html#2_2 (step 5) # can point to dummy MPI library in src/STUBS as in Makefile.serial # INC = path for mpi.h, MPI compiler settings # PATH = path for MPI library @@ -39,7 +39,7 @@ MPI_PATH = MPI_LIB = # FFT library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 11) +# see discussion in doc/Section_start.html#2_2 (step 6) # can be left blank to use provided KISS FFT library # INC = -DFFT setting, e.g. -DFFT_FFTW, FFT compiler settings # PATH = path for FFT library @@ -50,7 +50,7 @@ FFT_PATH = -L/home/sjplimp/fftw/fftw/.libs FFT_LIB = -lfftw # JPEG library, OPTIONAL -# see discussion in doc/Section_start.html#2_2 (step 12) +# see discussion in doc/Section_start.html#2_2 (step 7) # only needed if -DLAMMPS_JPEG listed with LMP_INC # INC = path for jpeglib.h # PATH = path for JPEG library