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
8 changes: 4 additions & 4 deletions .github/workflows/abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:

- name: Checkout MPI ABI stubs
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: mpi-forum/mpi-abi-stubs
ref: main
Expand All @@ -74,7 +74,7 @@ jobs:
architecture: x64

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
librdmacm-dev

- name: Checkout MPI
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi-git || 'pmodels/mpich' }}
ref: ${{ inputs.mpi-ref }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
architecture: x64

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/impi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
numpy cffi pyyaml

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
libnuma-dev

- name: Checkout MPI
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi-git || 'pmodels/mpich' }}
ref: ${{ inputs.mpi-ref }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
numpy cffi pyyaml

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
numpy cffi pyyaml

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvapich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
numpy cffi pyyaml

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
libnuma-dev

- name: Checkout MPI
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi-git || 'open-mpi/ompi' }}
ref: ${{ matrix.mpi-ref }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
numpy cffi pyyaml

- name: Checkout mpi4py
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
ref: ${{ inputs.mpi4py-ref }}
Expand Down