add .gitignore and add Makefile.lammps.* symlinks to stay consistent with other libraries
This commit is contained in:
5
lib/latte/.gitignore
vendored
Normal file
5
lib/latte/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# files and folders to ignore
|
||||
/filelink
|
||||
/liblink
|
||||
/includelink
|
||||
/LATTE-master
|
||||
@ -3,5 +3,5 @@
|
||||
# GNU Fortran settings
|
||||
|
||||
latte_SYSINC =
|
||||
latte_SYSLIB = ../../lib/latte/filelink -llatte -lgfortran -llapack -lblas
|
||||
latte_SYSLIB = ../../lib/latte/filelink -llatte -lgfortran -llapack -lblas
|
||||
latte_SYSPATH = -fopenmp
|
||||
|
||||
1
lib/latte/Makefile.lammps.mpi
Symbolic link
1
lib/latte/Makefile.lammps.mpi
Symbolic link
@ -0,0 +1 @@
|
||||
Makefile.lammps.gfortran
|
||||
1
lib/latte/Makefile.lammps.serial
Symbolic link
1
lib/latte/Makefile.lammps.serial
Symbolic link
@ -0,0 +1 @@
|
||||
Makefile.lammps.gfortran
|
||||
Reference in New Issue
Block a user