Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ansgar Burchardt
dune-docker
Commits
90193c27
Unverified
Commit
90193c27
authored
Aug 18, 2017
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
duneci-standard-tests: OpenMPI: allow oversubscription, force degraded mode
parent
ef63edab
Pipeline
#823
passed with stages
in 21 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
base-common/duneci-standard-test
base-common/duneci-standard-test
+11
-0
No files found.
base-common/duneci-standard-test
View file @
90193c27
...
...
@@ -21,6 +21,17 @@ if [[ -v DUNECI_PARALLEL ]]; then
parallel_opts
=
"-j
${
DUNECI_PARALLEL
}
"
fi
# Allow oversubscription (tests might want to try having more ranks
# than environment has processors) and force degraded mode (as we
# might run multiple tests in parallel and this is not good with
# OpenMPI's agressive mode)
# References:
# - https://bugs.debian.org/850229
# - https://gitlab.dune-project.org/core/dune-grid/issues/67
# - https://www.open-mpi.org/faq/?category=running#oversubscribing
export
OMPI_MCA_rmaps_base_oversubscribe
=
1
export
OMPI_MCA_mpi_yield_when_idle
=
1
set
-x
${
DUNECONTROL
}
--current
"
${
@
}
"
vcsetup
${
DUNECONTROL
}
--current
"
${
@
}
"
configure
...
...
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