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

Merge branch 'develop' into feature/integration

parents d6c99848 39cf24c9
No related branches found
No related tags found
1 merge request!124Add files for high order integration with quadratures
...@@ -84,7 +84,7 @@ TEST_CASE("PugsUtils", "[utils]") ...@@ -84,7 +84,7 @@ TEST_CASE("PugsUtils", "[utils]")
unsetenv("OMP_PLACES"); unsetenv("OMP_PLACES");
setDefaultOMPEnvironment(); setDefaultOMPEnvironment();
REQUIRE(std::string{getenv("OMP_PROC_BIND")} == std::string{"spread"}); REQUIRE(std::string{getenv("OMP_PROC_BIND")} == std::string{"spread,close"});
REQUIRE(std::string{getenv("OMP_PLACES")} == std::string{"threads"}); REQUIRE(std::string{getenv("OMP_PLACES")} == std::string{"threads"});
unsetenv("OMP_PROC_BIND"); unsetenv("OMP_PROC_BIND");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment