Skip to content
Snippets Groups Projects
Unverified Commit f267e400 authored by Lars Bilke's avatar Lars Bilke
Browse files

[T] Add --bind-to none to OgsTest().

parent e986f30d
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ function(OgsTest) ...@@ -60,6 +60,7 @@ function(OgsTest)
string(REGEX MATCH "^[^ ]+" WRAPPER ${OgsTest_WRAPPER}) string(REGEX MATCH "^[^ ]+" WRAPPER ${OgsTest_WRAPPER})
if(WRAPPER STREQUAL "mpirun") if(WRAPPER STREQUAL "mpirun")
set(TEST_NAME "${TEST_NAME}-mpi") set(TEST_NAME "${TEST_NAME}-mpi")
list(APPEND OgsTest_WRAPPER --bind-to none)
endif() endif()
endif() endif()
......
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