Skip to content

Commit 2928110

Browse files
committed
impi: Rename workflow
1 parent f46f795 commit 2928110

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/@ALL.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
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 }}

.github/workflows/intelmpi.yml renamed to .github/workflows/impi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: intelmpi
1+
name: impi
22

33
on:
44
workflow_call:
@@ -28,7 +28,7 @@ on:
2828
push:
2929
branches:
3030
- ci/all
31-
- ci/intelmpi
31+
- ci/impi
3232
schedule:
3333
- cron: '0 0 * * 6'
3434

@@ -53,7 +53,7 @@ jobs:
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: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) |

0 commit comments

Comments
 (0)