Skip to content

Commit

Permalink
triggering ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Feb 3, 2025
1 parent 8659cf8 commit dd4bd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/cookbook/shared_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Note that the ``node_allocator`` is the Shared Memory allocator we created above
.. warning::
If you use the ``umpire::get_communicators_for_allocator(...)`` helper function then you MUST
also call ``umpire::cleanup_cached_communicators()`` function before you call ``MPI_Finalize()``
in order to avoid any memory leaks.
in order to avoid memory leaks.

Additionally, we can double check that an allocator has the ``SHARED`` memory resource by asserting:

Expand Down

0 comments on commit dd4bd92

Please sign in to comment.