add a couple more versionadded directives
This commit is contained in:
@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user