Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-common-debian
Commits
3f6c6fcc
Commit
3f6c6fcc
authored
Feb 14, 2017
by
Ansgar Burchardt
Browse files
Do not limit number of MPI ranks
parent
fec65422
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/dune-debian.mk
View file @
3f6c6fcc
...
...
@@ -12,6 +12,10 @@ override_dh_auto_configure:
# OpenMPI looks for a rsh program, even when it only starts local processes.
export
OMPI_MCA_plm_rsh_agent
=
/bin/false
# Don't limit number of MPI ranks to number of cores (when running tests),
# see https://bugs.debian.org/850229
export
OMPI_MCA_rmaps_base_oversubscribe
=
1
override_dh_auto_test
:
dh_auto_build
--
build_tests
cd
build
;
PATH
=
$(CURDIR)
/debian/tmp-test:
$$
PATH
$(DUNE_CTEST)
...
...
Write
Preview
Supports
Markdown
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