From: Marc Fehling Date: Tue, 30 May 2023 22:17:25 +0000 (-0600) Subject: OMPI allow run as root X-Git-Tag: v9.5.0-rc1~183^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f70eda9875184119bac7a682c76367b0f54e5b8;p=dealii.git OMPI allow run as root --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d702843296..66ab61f5ee 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,7 +67,7 @@ jobs: runs-on: [ubuntu-22.04] container: image: dealii/dependencies:jammy - options: --user root + options: --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 steps: - uses: actions/checkout@v3