add library API to print OS/Compiler info (for use with LAMMPS shell)

This commit is contained in:
Axel Kohlmeyer
2020-10-07 18:35:59 -04:00
parent 57cc8d6290
commit 50bfb9142d
3 changed files with 48 additions and 13 deletions

View File

@ -4,6 +4,7 @@ Retrieving or setting LAMMPS system properties
This section documents the following functions:
- :cpp:func:`lammps_version`
- :cpp:func:`lammps_get_os_info`
- :cpp:func:`lammps_memory_usage`
- :cpp:func:`lammps_get_mpi_comm`
- :cpp:func:`lammps_get_natoms`
@ -80,6 +81,11 @@ sub-domains and processors.
-----------------------
.. doxygenfunction:: lammps_get_os_info
:project: progguide
-----------------------
.. doxygenfunction:: lammps_memory_usage
:project: progguide