Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
structured_grids
Commits
82e5f582
Commit
82e5f582
authored
Oct 11, 2016
by
Thomas Ponweiser
Browse files
Update README.md
parent
143f9f46
Changes
1
Show whitespace changes
Inline
Side-by-side
cellular_automaton/wireworld_c/README.md
View file @
82e5f582
...
...
@@ -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_init`
: Domain decomposition and buffer allocation.
*
`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.
## Release Date
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment