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

wip squash

wip squash

wip squash

wip

wip

wip squash
  • Loading branch information
georgebisbas committed May 24, 2022
1 parent 42de394 commit 4e57492
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 373 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
- name: Test mpi notebooks
run : |
pip3 install "ipyparallel<8.4"
./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)
sleep 20
py.test --nbval examples/mpi
ipcluster stop --profile=mpi
Expand Down
Loading

0 comments on commit 4e57492

Please sign in to comment.