Skip to content
Snippets Groups Projects
Commit 5e78656c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Force 4 threads for unit tests

Seems necessary to impose more than 2 threads to activate join() on these simple
examples
parent f4be7f57
No related branches found
No related tags found
1 merge request!7Feature/itemvalue
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
int main( int argc, char* argv[] ) int main( int argc, char* argv[] )
{ {
Kokkos::initialize({-1,-1,-1,true}); Kokkos::initialize({4,-1,-1,true});
int result = Catch::Session().run( argc, argv ); int result = Catch::Session().run( argc, argv );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment