Skip to content

Commit

Permalink
Fix ubuntu-focal-rocm + OMPI + root
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jul 21, 2022
1 parent 09cbf00 commit b02b4e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
BUILD_TYPE: MinSizeRel
OMNITRACE_OUTPUT_PATH: omnitrace-tests-output
OMNITRACE_OUTPUT_PREFIX: "%argt%/"
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -245,6 +247,7 @@ jobs:
-DOMNITRACE_INSTALL_PERFETTO_TOOLS=ON
-DOMNITRACE_PYTHON_PREFIX=/opt/conda/envs
-DOMNITRACE_PYTHON_ENVS="py3.6;py3.7;py3.8;py3.9;py3.10"
-DOMNITRACE_CI_MPI_RUN_AS_ROOT=${{ matrix.mpi_headers }}

- name: Build
timeout-minutes: 45
Expand Down

0 comments on commit b02b4e9

Please sign in to comment.