Skip to content
Snippets Groups Projects
Commit 7b1b00fd authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed missing parameter in the MPI::ScopedInitializer constructor

parent 0ecffc8b
No related branches found
No related tags found
1 merge request!87NDArray refactoring
......@@ -22,7 +22,7 @@ struct ScopedInitializer
{
ScopedInitializer( int& argc, char**& argv, int required_thread_level = MPI_THREAD_SINGLE )
{
Init( argc, argv );
Init( argc, argv, required_thread_level );
}
~ScopedInitializer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment