File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 mpi4py-git : ${{ inputs.mpi4py-git }}
3838 mpi4py-ref : ${{ inputs.mpi4py-ref }}
3939
40- intelmpi :
41- uses : ./.github/workflows/intelmpi .yml
40+ impi :
41+ uses : ./.github/workflows/impi .yml
4242 with :
4343 mpi4py-git : ${{ inputs.mpi4py-git }}
4444 mpi4py-ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change 1- name : intelmpi
1+ name : impi
22
33on :
44 workflow_call :
2828 push :
2929 branches :
3030 - ci/all
31- - ci/intelmpi
31+ - ci/impi
3232 schedule :
3333 - cron : ' 0 0 * * 6'
3434
5353 - name : Install MPI
5454 uses : mpi4py/setup-mpi@v1
5555 with :
56- mpi : intelmpi
56+ mpi : impi
5757
5858 - name : Tweak MPI
5959 run : |
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ CI testing for [mpi4py](https://github.com/mpi4py/mpi4py) with in-development MP
77| [ ABI] ( https://github.com/mpiwg-abi/header_and_stub_library ) | [ ![ abi] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/abi.yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/abi.yml ) |
88| [ MPICH] ( https://github.com/pmodels/mpich ) | [ ![ mpich] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/mpich.yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/mpich.yml ) |
99| [ MVAPICH] ( https://mvapich.cse.ohio-state.edu/ ) | [ ![ mvapich] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/mvapich.yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/mvapich.yml ) |
10- | [ Intel MPI] ( https://software.intel.com/intel-mpi-library ) | [ ![ intelmpi ] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/intelmpi .yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/intelmpi .yml ) |
10+ | [ Intel MPI] ( https://software.intel.com/intel-mpi-library ) | [ ![ impi ] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/impi .yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/impi .yml ) |
1111| [ Microsoft MPI] ( https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi ) | [ ![ msmpi] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/msmpi.yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/msmpi.yml ) |
1212| [ Open MPI] ( https://github.com/open-mpi/ompi ) | [ ![ openmpi] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/openmpi.yml/badge.svg )] ( https://github.com/mpi4py/mpi4py-testing/actions/workflows/openmpi.yml ) |
You can’t perform that action at this time.
0 commit comments