Skip to content
Snippets Groups Projects
Commit 37708a27 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Ensure monothreaded execution of each process

parent 123d3b70
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@
int otbMPIReadWriteTest(int argc, char * argv[])
{
// Mono-thread execution
itk::MultiThreader::SetGlobalMaximumNumberOfThreads(1);
itk::MultiThreader::SetGlobalDefaultNumberOfThreads(1);
// MPI Initialization
typedef otb::MPIConfig MPIConfigType;
MPIConfigType::Pointer config = MPIConfigType::Instance();
......
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