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 37
37
mpi4py-git : ${{ inputs.mpi4py-git }}
38
38
mpi4py-ref : ${{ inputs.mpi4py-ref }}
39
39
40
- intelmpi :
41
- uses : ./.github/workflows/intelmpi .yml
40
+ impi :
41
+ uses : ./.github/workflows/impi .yml
42
42
with :
43
43
mpi4py-git : ${{ inputs.mpi4py-git }}
44
44
mpi4py-ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change 1
- name : intelmpi
1
+ name : impi
2
2
3
3
on :
4
4
workflow_call :
28
28
push :
29
29
branches :
30
30
- ci/all
31
- - ci/intelmpi
31
+ - ci/impi
32
32
schedule :
33
33
- cron : ' 0 0 * * 6'
34
34
53
53
- name : Install MPI
54
54
uses : mpi4py/setup-mpi@v1
55
55
with :
56
- mpi : intelmpi
56
+ mpi : impi
57
57
58
58
- name : Tweak MPI
59
59
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
7
7
| [ 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 ) |
8
8
| [ 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 ) |
9
9
| [ 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 ) |
11
11
| [ 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 ) |
12
12
| [ 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