Skip to content

Commit

Permalink
examples: order rank output with --no-stream and remove past mpi prof…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
georgebisbas committed May 26, 2022
1 parent 537ef01 commit 23a2885
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 375 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .
pip install -e .[extras]
- name: Test mpi notebooks
run : |
# Currently not tested due to issue #859
# ipcluster start --profile=mpi -n 4 --daemon
# py.test --nbval examples/mpi
# ipcluster stop --profile=mpi
./scripts/create_ipyparallel_mpi_profile.sh
ipcluster start --profile=mpi --engines=mpi -n 4 --daemonize
# A few seconds to ensure workers are ready
sleep 20
py.test --nbval examples/mpi
ipcluster stop --profile=mpi
- name: Test seismic examples
run: |
Expand Down
Loading

0 comments on commit 23a2885

Please sign in to comment.