Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
We have upgraded GitLab to 15.1. Due to major code changes GitLab was down for some time.
Open sidebar
Tobias Weinzierl
teaMPI
Commits
cd129901
Commit
cd129901
authored
Sep 20, 2019
by
Philipp Samfass
Browse files
corrected README
parent
d59e5705
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cd129901
...
...
@@ -44,7 +44,7 @@ for (int t = 0; t < NUM_TRIALS; t++)
MPI_Barrier(MPI_COMM_WORLD);
// Start Heartbeat
MPI_Sendrecv(MPI_IN_PLACE, 0, MPI_BYTE, MPI_PROC_NULL,
-
1, MPI_IN_PLACE, 0,
MPI_Sendrecv(MPI_IN_PLACE, 0, MPI_BYTE, MPI_PROC_NULL, 1, MPI_IN_PLACE, 0,
MPI_BYTE, MPI_PROC_NULL, 0, MPI_COMM_SELF, MPI_STATUS_IGNORE);
for (int i = 0; i < NUM_COMPUTATIONS; i++) {
...
...
@@ -52,7 +52,7 @@ for (int t = 0; t < NUM_TRIALS; t++)
}
// End Heartbeat and compare data
MPI_Sendrecv(data, SIZE, MPI_DOUBLE, MPI_PROC_NULL, 1, MPI_IN_PLACE, 0,
MPI_Sendrecv(data, SIZE, MPI_DOUBLE, MPI_PROC_NULL,
-
1, MPI_IN_PLACE, 0,
MPI_BYTE, MPI_PROC_NULL, 0, MPI_COMM_SELF, MPI_STATUS_IGNORE);
MPI_Barrier(MPI_COMM_WORLD);
...
...
@@ -69,4 +69,4 @@ It has access to all the data internal to teaMPI. To use the functions declared
### Who do I talk to? ###
Ben Hazelwood (benjamin.hazelwood@durham.ac.uk)
Tobias Weinzierl (tobias.weinzierl@durham.ac.uk)
Philipp Samfass (samfass@in.tum.de)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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