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

Remove debugging

parent 6d5b64f7
No related branches found
No related tags found
No related merge requests found
......@@ -197,10 +197,8 @@ void mpiuse_dump_logs(int nranks, const char *dumpfile) {
* one-by-one. */
int kk = k;
MPI_Bcast(&kk, 1, MPI_INT, 0, MPI_COMM_WORLD);
message("Bcast says: %d/%d/%d", kk, k, myrank);
if (kk == myrank) {
message("Dumping from rank: %d/%d/%d", kk, k, myrank);
/* Open file and position at end. */
fd = fopen(dumpfile, "a");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment