Skip to content
Snippets Groups Projects
Commit aef26990 authored by Markus Blatt's avatar Markus Blatt
Browse files

Bug fix. Substitute return statement at the end of main with a call to

MPI_Finalize. Now this is a valid MPI program.

[[Imported from SVN: r1585]]
parent 36b8be28
No related branches found
No related tags found
No related merge requests found
......@@ -144,5 +144,5 @@ int main(int argc, char** argv)
}
testRepart<1>(N,coarsenTarget);
return 0;
MPI_Finalize();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment