forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9983 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2ab555de25
commit
6b0299ef8b
|
@ -8,7 +8,6 @@
|
|||
Steve Plimpton (SNL)
|
||||
Inderaj Bains (NVIDIA)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
This directory has source files to build a library that LAMMPS
|
||||
|
|
|
@ -18,7 +18,7 @@ built, so LAMMPS can link against it.
|
|||
Build the library using one of the provided Makefile.* files or create
|
||||
your own, specific to your compiler and system. For example:
|
||||
|
||||
make -f Makefile.g++
|
||||
make -f Makefile.gfortran
|
||||
|
||||
When you are done building this library, two files should
|
||||
exist in this directory:
|
||||
|
|
Loading…
Reference in New Issue