Skip to content
Snippets Groups Projects
Commit 12b83f22 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Just reword some output

parent 0e6693f3
Branches
No related tags found
No related merge requests found
...@@ -355,7 +355,7 @@ int main(int argc, char *argv[]) { ...@@ -355,7 +355,7 @@ int main(int argc, char *argv[]) {
/* This call will succeed, if the receive buffer has not been /* This call will succeed, if the receive buffer has not been
* updated. */ * updated. */
if (datacheck_test(myrank, pcells_size[pid], pcells_in[pid])) { if (datacheck_test(myrank, pcells_size[pid], pcells_in[pid])) {
message("Received data is not modified"); message("Received data buffer has not been modified");
fflush(stdout); fflush(stdout);
error("Failed"); error("Failed");
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment