forked from lijiext/lammps
13 lines
495 B
Makefile
13 lines
495 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
# Intel ifort settings
|
|
|
|
latte_SYSINC =
|
|
latte_SYSLIB = ../../lib/latte/filelink.o \
|
|
-llatte -lifport -lifcore -lsvml -lompstub -limf \
|
|
-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core \
|
|
-lmkl_intel_thread -lpthread -openmp
|
|
latte_SYSPATH = -openmp -L${MKLROOT}/lib/intel64 -lmkl_lapack95_lp64 \
|
|
-L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64
|
|
|