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
Branches
Tags
1 merge request!124Add files for high order integration with quadratures
......@@ -84,7 +84,7 @@ TEST_CASE("PugsUtils", "[utils]")
unsetenv("OMP_PLACES");
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"});
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