Commit 82e5f582 authored by Thomas Ponweiser's avatar Thomas Ponweiser
Browse files

Update README.md

parent 143f9f46
...@@ -26,7 +26,7 @@ The code sample is structured as follows: ...@@ -26,7 +26,7 @@ The code sample is structured as follows:
* `world.c`, `world.h`: Initialization of the cellular automaton and associated MPI objects. * `world.c`, `world.h`: Initialization of the cellular automaton and associated MPI objects.
* `world_init`: Domain decomposition and buffer allocation. * `world_init`: Domain decomposition and buffer allocation.
* `world_init_io_type`: Creation of the MPI subarray datatype for I/O. * `world_init_io_type`: Creation of the MPI subarray datatype for I/O.
* `world_init_neighborhood`: Identification of neighboring processes, creation of MPI graph communicator. * `world_init_neighborhood`: Identification of neighboring processes, creation of MPI graph communicator and MPI Datatypes for halo exchange.
* `world_init_persistent_requests`: Initialization of persistent requests for halo data exchange. * `world_init_persistent_requests`: Initialization of persistent requests for halo data exchange.
## Release Date ## Release Date
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment