diff --git a/lib/atc/Makefile.lammps b/lib/atc/Makefile.lammps new file mode 100644 index 000000000..c8cd66af2 --- /dev/null +++ b/lib/atc/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +user-atc_SYSINC = +user-atc_SYSLIB = -lblas -llapack +user-atc_SYSPATH = diff --git a/lib/awpmd/Makefile.lammps b/lib/awpmd/Makefile.lammps new file mode 100644 index 000000000..6b089784a --- /dev/null +++ b/lib/awpmd/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +user-awpmd_SYSINC = +user-awpmd_SYSLIB = -lblas -llapack +user-awpmd_SYSPATH = diff --git a/lib/cuda/Makefile.lammps b/lib/cuda/Makefile.lammps new file mode 100644 index 000000000..d4f3bc58e --- /dev/null +++ b/lib/cuda/Makefile.lammps @@ -0,0 +1,8 @@ +# Settings that the LAMMPS build will import when this package library is used + +CUDA_INSATLL_PATH = /usr/local/cuda-3.2 +CUDA_USRLIB_CONDITIONAL = + +user-cuda_SYSINC = -I$(CUDA_INSTALL_PATH)/include +user-cuda_SYSLIB = -lcuda -lcudart -lrt +user-cuda_SYSPATH = -L$(CUDA_INSTALL_PATH)/lib64 -L$(CUDA_INSTALL_PATH)/lib $(CUDA_USRLIB_CONDITIONAL) diff --git a/lib/gpu/Makefile.lammps b/lib/gpu/Makefile.lammps new file mode 100644 index 000000000..05651c5d7 --- /dev/null +++ b/lib/gpu/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +gpu_SYSINC = +gpu_SYSLIB = -lcudart -lcuda +gpu_SYSPATH = -L/usr/local/cuda/lib64 diff --git a/lib/meam/Makefile.lammps b/lib/meam/Makefile.lammps new file mode 100644 index 000000000..bd4d98f92 --- /dev/null +++ b/lib/meam/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +meam_SYSINC = +meam_SYSLIB = -lifcore -lsvml -lompstub -limf +meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib diff --git a/lib/meam/Makefile.lammps.gfortran b/lib/meam/Makefile.lammps.gfortran new file mode 100644 index 000000000..fa62c997d --- /dev/null +++ b/lib/meam/Makefile.lammps.gfortran @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +meam_SYSINC = +meam_SYSLIB = -lgfortran +meam_SYSPATH = diff --git a/lib/meam/Makefile.lammps.ifort b/lib/meam/Makefile.lammps.ifort new file mode 100644 index 000000000..bd4d98f92 --- /dev/null +++ b/lib/meam/Makefile.lammps.ifort @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +meam_SYSINC = +meam_SYSLIB = -lifcore -lsvml -lompstub -limf +meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib diff --git a/lib/poems/Makefile.lammps b/lib/poems/Makefile.lammps new file mode 100644 index 000000000..3d3336608 --- /dev/null +++ b/lib/poems/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +poems_SYSINC = +poems_SYSLIB = +poems_SYSPATH = diff --git a/lib/reax/Makefile.lammps b/lib/reax/Makefile.lammps new file mode 100644 index 000000000..f5da63bc3 --- /dev/null +++ b/lib/reax/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +reax_SYSINC = +reax_SYSLIB = -lgfortran +reax_SYSPATH = diff --git a/lib/reax/Makefile.lammps.gfortran b/lib/reax/Makefile.lammps.gfortran new file mode 100644 index 000000000..fa62c997d --- /dev/null +++ b/lib/reax/Makefile.lammps.gfortran @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +meam_SYSINC = +meam_SYSLIB = -lgfortran +meam_SYSPATH = diff --git a/lib/reax/Makefile.lammps.ifort b/lib/reax/Makefile.lammps.ifort new file mode 100644 index 000000000..bd4d98f92 --- /dev/null +++ b/lib/reax/Makefile.lammps.ifort @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +meam_SYSINC = +meam_SYSLIB = -lifcore -lsvml -lompstub -limf +meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib