Skip to content
Snippets Groups Projects
Commit 41f61f38 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3511 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ccefc1c3
No related branches found
No related tags found
No related merge requests found
...@@ -52,13 +52,21 @@ FFT_LIB = -lfftw ...@@ -52,13 +52,21 @@ FFT_LIB = -lfftw
# SYSPATH = paths of libraries # SYSPATH = paths of libraries
gpu_SYSLIB = -lcudart gpu_SYSLIB = -lcudart
# Intel ifort
meam_SYSLIB = -lifcore -lsvml -lompstub -limf meam_SYSLIB = -lifcore -lsvml -lompstub -limf
reax_SYSLIB = -lifcore -lsvml -lompstub -limf reax_SYSLIB = -lifcore -lsvml -lompstub -limf
# gfortran
#meam_SYSLIB = -lgfortran
#reax_SYSLIB = -lgfortran
user-atc_SYSLIB = -lblas -llapack user-atc_SYSLIB = -lblas -llapack
gpu_SYSPATH = -L/usr/local/cuda/lib64 gpu_SYSPATH = -L/usr/local/cuda/lib64
# Intel ifort
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib reax_SYSPATH = -L/opt/intel/fce/10.0.023/lib
# gfortran
#meam_SYSPATH = -L/usr/local/lib/x86_64
#reax_SYSPATH = -L/usr/local/lib/x86_64
user-atc_SYSPATH = user-atc_SYSPATH =
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment