add a couple more versionadded directives

This commit is contained in:
Axel Kohlmeyer
2020-09-09 13:21:19 -04:00
parent f4c4c62349
commit e238201be5

View File

@ -263,6 +263,8 @@ The MPI standard requires that any MPI application must call
calls. This function checks, whether MPI is already initialized and calls. This function checks, whether MPI is already initialized and
calls ``MPI_Init()`` in case it is not. calls ``MPI_Init()`` in case it is not.
.. versionadded:: 15Sep2020
\endverbatim */ \endverbatim */
void lammps_mpi_init() void lammps_mpi_init()
@ -293,6 +295,8 @@ before exiting the program to wait until all (parallel) tasks are
completed and then MPI is cleanly shut down. After this function no completed and then MPI is cleanly shut down. After this function no
more MPI calls may be made. more MPI calls may be made.
.. versionadded:: 15Sep2020
\endverbatim */ \endverbatim */
void lammps_mpi_finalize() void lammps_mpi_finalize()