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

add a couple more versionadded directives

parent f4c4c623
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 ``MPI_Init()`` in case it is not.

.. versionadded:: 15Sep2020

\endverbatim */

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
more MPI calls may be made.

.. versionadded:: 15Sep2020

\endverbatim */

void lammps_mpi_finalize()