Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python
- numpy
- openmpi
- openmpi =4.1.6
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
shell: bash -l {0}
run: >
flux start
papermill notebooks/examples.ipynb examples-out.ipynb -k "python3"
papermill notebooks/examples.ipynb examples-out.ipynb -k "python3"
8 changes: 0 additions & 8 deletions .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,13 @@ jobs:
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
coverage run -a --omit="pympipool/_version.py,tests/*" -m unittest discover tests
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
OMPI_MCA_btl_vader_single_copy_mechanism: 'none'
- name: Test Flux
shell: bash -l {0}
timeout-minutes: 5
run: >
flux start
coverage run -a --omit="pympipool/_version.py,tests/*" -m unittest tests/test_flux_executor.py tests/test_executor_backend_flux.py;
coverage xml
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
OMPI_MCA_btl_vader_single_copy_mechanism: 'none'
- name: Coveralls
if: matrix.label == 'linux-64-py-3-12-openmpi'
uses: coverallsapp/github-action@v2
4 changes: 0 additions & 4 deletions .github/workflows/unittest-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,3 @@ jobs:
pip install . --no-deps --no-build-isolation
cd tests
python -m unittest discover .
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
OMPI_MCA_btl_vader_single_copy_mechanism: 'none'
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python
- numpy
- openmpi
- openmpi =4.1.6
- cloudpickle =3.0.0
- mpi4py =3.1.6
- tqdm =4.66.2
Expand Down
2 changes: 1 addition & 1 deletion binder/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"metadata": {
"debugger": true
}
}
}