Skip to content

Commit

Permalink
add "dynamic process creation" to list of supported features
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Dec 30, 2022
1 parent 37ba218 commit 5bee297
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ following features of the Message Passing Interface standard:
* derived data types (happens automatically for many custom data types or via the `base_struct_builder` helper class and the layout classes of MPL),
* communicator- and group-management and
* process topologies (cartesian and graph topologies),
* inter-communicators.
* inter-communicators,
* dynamic process creation.

Currently, the following MPI features are not yet supported by MPL:

Expand Down
3 changes: 2 additions & 1 deletion doc/doxygen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ following features of the Message Passing Interface standard:
* derived data types (happens automatically for many custom data types or via the `base_struct_builder` helper class and the layout classes of MPL),
* communicator- and group-management and
* process topologies (cartesian and graph topologies),
* inter-communicators.
* inter-communicators,
* dynamic process creation.

Currently, the following MPI features are not yet supported by MPL:

Expand Down
3 changes: 2 additions & 1 deletion doc/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ MPL gives currently access via a convenient C++ interface to the following featu
* derived data types (happens automatically for many custom data types or via the ``base_struct_builder`` helper class and the layout classes of MPL),
* communicator- and group-management and
* process topologies (cartesian and graph topologies),
* inter-communicators.
* inter-communicators,
* dynamic process creation.

Currently, the following MPI features are not yet supported by MPL:

Expand Down
3 changes: 2 additions & 1 deletion docs/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ MPL gives currently access via a convenient C++ interface to the following featu
* derived data types (happens automatically for many custom data types or via the ``base_struct_builder`` helper class and the layout classes of MPL),
* communicator- and group-management and
* process topologies (cartesian and graph topologies),
* inter-communicators.
* inter-communicators,
* dynamic process creation.

Currently, the following MPI features are not yet supported by MPL:

Expand Down
3 changes: 2 additions & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ <h2>Supported features<a class="headerlink" href="#supported-features" title="Pe
<li><p>derived data types (happens automatically for many custom data types or via the <code class="docutils literal notranslate"><span class="pre">base_struct_builder</span></code> helper class and the layout classes of MPL),</p></li>
<li><p>communicator- and group-management and</p></li>
<li><p>process topologies (cartesian and graph topologies),</p></li>
<li><p>inter-communicators.</p></li>
<li><p>inter-communicators,</p></li>
<li><p>dynamic process creation.</p></li>
</ul>
<p>Currently, the following MPI features are not yet supported by MPL:</p>
<ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 5bee297

Please sign in to comment.