provide Makefile.lammps template for use with bundled linalg lib
This commit is contained in:
7
lib/latte/Makefile.lammps.linalg
Normal file
7
lib/latte/Makefile.lammps.linalg
Normal file
@ -0,0 +1,7 @@
|
||||
# Settings that the LAMMPS build will import when this package library is used
|
||||
|
||||
# GNU Fortran settings for use with bundled linalg lib
|
||||
|
||||
latte_SYSINC =
|
||||
latte_SYSLIB = ../../lib/latte/filelink.o -llatte -llinalg -lgfortran
|
||||
latte_SYSPATH = -L../../lib/linalg -fopenmp
|
||||
@ -1 +1 @@
|
||||
Makefile.lammps.gfortran
|
||||
Makefile.lammps.linalg
|
||||
@ -1 +1 @@
|
||||
Makefile.lammps.gfortran
|
||||
Makefile.lammps.linalg
|
||||
Reference in New Issue
Block a user