forked from lijiext/lammps
Added further instructions on building of PLUMED+LAMMPS
This commit is contained in:
parent
d802817cca
commit
4a4dbc7da5
|
@ -763,6 +763,11 @@ a global PLUMED installation or consider downloading PLUMED during the LAMMPS bu
|
|||
|
||||
[CMake build]:
|
||||
|
||||
When the "-D PKG_USER-PLUMED" flag is included in the cmake command you must ensure that
|
||||
gsl, blas and lapack are installed in locations that are specified in your environment. There
|
||||
are then two additional commands that control the manner in which PLUMED is obtained and linked
|
||||
into LAMMPS.
|
||||
|
||||
-D DOWNLOAD_PLUMED=value # download PLUMED for build, value = no (default) or yes
|
||||
-D PLUMED_MODE=value # Linkage mode for PLUMED, value = static (default), shared, or runtime :pre
|
||||
|
||||
|
|
Loading…
Reference in New Issue