Skip to content
Snippets Groups Projects
Commit 3a71be12 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

BUG: try bugfix fft-debug, remove MPI_Finalize (only for testing)

parent 2dc562e6
No related branches found
No related tags found
Loading
...@@ -102,7 +102,7 @@ MPIConfig::~MPIConfig() ...@@ -102,7 +102,7 @@ MPIConfig::~MPIConfig()
if (!finalized) if (!finalized)
{ {
std::cout << "Start 2nd End Finalize MPI" << std::endl; std::cout << "Start 2nd End Finalize MPI" << std::endl;
OTB_MPI_CHECK_RESULT(MPI_Finalize,()); //OTB_MPI_CHECK_RESULT(MPI_Finalize,());
std::cout << "End 2nd Finalize MPI" << std::endl; std::cout << "End 2nd Finalize MPI" << std::endl;
} }
std::cout << "End Finalize MPI" << std::endl; std::cout << "End Finalize MPI" << std::endl;
......
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