Skip to content

Commit

Permalink
Add silly OpenMPI specific flag.
Browse files Browse the repository at this point in the history
The OpenMPI devs aren't good at listening (open-mpi/ompi#4451).
  • Loading branch information
garth-wells committed May 11, 2018
1 parent 9051d2c commit c5030d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: Run Python unit tests (MPI)
command: |
cd python/test/unit
mpirun -n 3 python3 -m pytest .
mpirun --allow-run-as-root -n 3 python3 -m pytest .
- run:
name: Run Python demos (serial)
command: |
Expand All @@ -100,9 +100,9 @@ jobs:
name: Run Python demos (MPI)
command: |
cd python/demo
mpirun -np 3 python3 documented/poisson/demo_poisson.py
mpirun --allow-run-as-root -np 3 python3 documented/poisson/demo_poisson.py
cd documented/stokes-taylor-hood
mpirun -np 3 python3 demo_stokes-taylor-hood.py
mpirun --allow-run-as-root -np 3 python3 demo_stokes-taylor-hood.py
#- run:
# name: Run Python unit tests (serial)
Expand Down

0 comments on commit c5030d8

Please sign in to comment.