Skip to content

Commit

Permalink
Use root flag with mpirun
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 authored Jun 25, 2024
1 parent f647c8b commit a6bd521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: environ:latest
run: sh -c "env && cd /app/q-e/Environ/tests && make --ignore-errors run-tests | tee /app/tests.log && if grep -q **FAILED** /app/tests.log; then exit 1; fi"
run: sh -c "env && cd /app/q-e/Environ/tests && sed -i 's/mpirun/mpirun --allow-run-as-root/' run-pw.sh && make --ignore-errors run-tests-parallel | tee /app/tests.log && if grep -q **FAILED** /app/tests.log; then exit 1; fi"

0 comments on commit a6bd521

Please sign in to comment.