git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6377 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -60,18 +60,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -79,7 +88,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -73,8 +73,8 @@ user-awpmd_SYSLIB = -lblas -llapack
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH =
|
||||
reax_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -72,18 +72,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -91,7 +100,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -60,26 +60,37 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
user-awpwpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
# no need to edit this section
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
include Makefawpmd.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -57,18 +57,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lgfortran
|
||||
reax_SYSLIB = -lgfortran
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/usr/lib
|
||||
reax_SYSPATH = -L/usr/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -76,7 +85,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -55,18 +55,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L$(HOME)/cuda/lib64 -Wl,-rpath,$(HOME)/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -74,7 +83,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -60,18 +60,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -79,7 +88,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -55,18 +55,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -74,7 +83,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -55,18 +55,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -74,7 +83,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -83,18 +83,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = ${BLASLIB}
|
||||
user-awpmd_SYSLIB = ${BLASLIB}
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/projects/global/x86_64/compilers/intel/intel-11.1-cprof-064/lib/intel64
|
||||
reax_SYSPATH = -L/projects/global/x86_64/compilers/intel/intel-11.1-cprof-064/lib/intel64
|
||||
user-atc_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -102,7 +111,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -59,18 +59,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -78,7 +87,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -55,18 +55,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -74,7 +83,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -55,18 +55,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lgfortran
|
||||
reax_SYSLIB = -lgfortran
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH =
|
||||
reax_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -74,7 +83,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lgfortran
|
||||
reax_SYSLIB = -lgfortran
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH =
|
||||
reax_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -62,18 +62,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -81,7 +90,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -55,18 +55,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -74,7 +83,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -57,18 +57,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore
|
||||
reax_SYSLIB = -lifcore
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/apps/intel/10.1/fc/lib
|
||||
reax_SYSPATH = -L/opt/apps/intel/10.1/fc/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -76,7 +85,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -73,18 +73,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -92,7 +101,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -54,18 +54,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -73,7 +82,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -65,18 +65,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -llapack
|
||||
user-awpmd_SYSLIB = -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -84,7 +93,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
@ -56,18 +56,27 @@ JPG_LIB =
|
||||
# additional system libraries needed by LAMMPS package libraries
|
||||
# these settings are IGNORED if the corresponding LAMMPS package
|
||||
# (e.g. gpu, meam) is NOT included in the LAMMPS build
|
||||
# SYSLIB = names of libraries
|
||||
# SYSPATH = paths of libraries
|
||||
# SYSINC = settings to compile with
|
||||
# SYSLIB = libraries to link with
|
||||
# SYSPATH = paths to libraries
|
||||
|
||||
gpu_SYSINC =
|
||||
meam_SYSINC =
|
||||
reax_SYSINC =
|
||||
user-atc_SYSINC =
|
||||
user-awpmd_SYSINC =
|
||||
|
||||
gpu_SYSLIB = -lcudart -lcuda
|
||||
meam_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
reax_SYSLIB = -lifcore -lsvml -lompstub -limf
|
||||
user-atc_SYSLIB = -lblas -llapack
|
||||
user-awpmd_SYSLIB = -lblas -llapack
|
||||
|
||||
gpu_SYSPATH = -L/usr/local/cuda/lib64
|
||||
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
|
||||
user-atc_SYSPATH =
|
||||
user-atc_SYSPATH =
|
||||
user-awpmd_SYSPATH =
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# build rules and dependencies
|
||||
@ -75,7 +84,7 @@ user-atc_SYSPATH =
|
||||
|
||||
include Makefile.package
|
||||
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC)
|
||||
EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC) $(JPG_INC) ${PKG_SYSINC)
|
||||
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(JPG_PATH) $(PKG_SYSPATH)
|
||||
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(JPG_LIB) $(PKG_SYSLIB)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user