Skip to content
Snippets Groups Projects
Commit fa2d3a1e authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove an old comment with a warning

After 15 years of testing, let's simply assume that the code
in question works.

[[Imported from SVN: r8492]]
parent 4c4a02c3
No related branches found
No related tags found
No related merge requests found
......@@ -134,11 +134,6 @@ INT NS_DIM_PREFIX ExitParallel (void)
INT err;
/* exit parallelization module */
/* the following code (ExitDDD) once seemed to crash
with MPI-PPIF. today it seems to run without problems.
therefore, we switch it on again, if there are any problems with MPI
and exiting the program, it may come from here. KB 970527 */
PRINTDEBUG(init,1,("%d: ExitParallel()...\n",me))
if ((err=ExitDDD())!=0)
{
......
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