Unverified Commit b60f0f75 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

small tweaks to USER-ADIOS docs

parent 6bd56c2a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -579,8 +579,12 @@ the lib/voronoi/Makefile.lammps file.

USER-ADIOS package :h4,link(user-adios)

The USER-ADIOS package requires the "ADIOS I/O library"_https://github.com/ornladios/ADIOS2, version 2.3.1 or newer.
Make sure that you have ADIOS built with/without MPI if you build LAMMPS with/without MPI, respectively.
The USER-ADIOS package requires the "ADIOS I/O library"_https://github.com/ornladios/ADIOS2,
version 2.3.1 or newer. Make sure that you have ADIOS built either with or
without MPI to match if you build LAMMPS with or without MPI.
ADIOS compilation settings for LAMMPS are automatically detected, if the PATH
and LD_LIBRARY_PATH environment variables have been updated for the local ADIOS
installation and the instructions below are followed for the respective build systems.

[CMake build]:

+3 −3
Original line number Diff line number Diff line
@@ -58,9 +58,9 @@ When using the ADIOS tool 'bpls' to list the content of a .bp file,
bpls will print {__} for the size of the output table indicating that
its size is changing every step.

The {atom/adios} and {custom/adios} dump styles are part of the USER-adios package.
They are only enabled if LAMMPS was built with that package. See the
"Build package"_Build_package.html doc page for more info.
The {atom/adios} and {custom/adios} dump styles are part of the USER-ADIOS
package.  They are only enabled if LAMMPS was built with that package.
See the "Build package"_Build_package.html doc page for more info.


:line