Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
5b6a075d
Commit
5b6a075d
authored
Sep 25, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enfore --allow-run-as-root for parallel unit tests
parent
e8411010
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dune/dorie/test/CMakeLists.txt
dune/dorie/test/CMakeLists.txt
+4
-4
No files found.
dune/dorie/test/CMakeLists.txt
View file @
5b6a075d
...
...
@@ -35,16 +35,16 @@ add_custom_target(test_grid_creator
dune_add_test
(
NAME par-ut-test-grid-creation-1
TARGET
${
gc_target
}
COMMAND
${
gc_target
}
COMMAND
--allow-run-as-root
${
gc_target
}
MPI_RANKS 2
TIMEOUT 30
CMD_ARGS
${
CMAKE_CURRENT_BINARY_DIR
}
/gc_files_0002.ini
--allow-run-as-root
CMD_ARGS
${
CMAKE_CURRENT_BINARY_DIR
}
/gc_files_0002.ini
)
dune_add_test
(
NAME par-ut-test-grid-creation-2
TARGET
${
gc_target
}
COMMAND
${
gc_target
}
COMMAND
--allow-run-as-root
${
gc_target
}
MPI_RANKS 2
TIMEOUT 30
CMD_ARGS
${
CMAKE_CURRENT_BINARY_DIR
}
/gc_files_0003.ini
--allow-run-as-root
CMD_ARGS
${
CMAKE_CURRENT_BINARY_DIR
}
/gc_files_0003.ini
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment