Skip to content

Commit 2013eed

Browse files
committed
add TESTMPIRUN to make ptests command line
1 parent 4c64c65 commit 2013eed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pnetcdf_c_master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
MPICH_VERSION: 4.2.2
22+
MPICH_VERSION: 4.3.0
2323
MPICH_DIR: ${{ github.workspace }}/mpich-install
2424
PNETCDF_VERSION: repo
2525
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install
@@ -93,7 +93,7 @@ jobs:
9393
- name: Test PnetCDF-Python
9494
run: |
9595
export PATH=${MPICH_DIR}/bin:${PATH}
96-
make ptests
96+
make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
9797
9898
- name: Re-install PnetCDF-Python from source distribution
9999
run: |
@@ -106,7 +106,7 @@ jobs:
106106
- name: Test PnetCDF-Python
107107
run: |
108108
export PATH=${MPICH_DIR}/bin:${PATH}
109-
make ptests
109+
make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
110110
# - name: Tarball
111111
# run: |
112112
# export PATH=${NETCDF_DIR}/bin:${PATH}

.github/workflows/pnetcdf_c_official.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
MPICH_VERSION: 4.2.2
22+
MPICH_VERSION: 4.3.0
2323
MPICH_DIR: ${{ github.workspace }}/mpich-install
24-
PNETCDF_VERSION: 1.13.0
24+
PNETCDF_VERSION: 1.14.0
2525
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install
2626
strategy:
2727
matrix:
@@ -91,7 +91,7 @@ jobs:
9191
- name: Test PnetCDF-Python
9292
run: |
9393
export PATH=${MPICH_DIR}/bin:${PATH}
94-
make ptests
94+
make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
9595
9696
- name: Re-install PnetCDF-Python from source distribution
9797
run: |
@@ -104,7 +104,7 @@ jobs:
104104
- name: Test PnetCDF-Python
105105
run: |
106106
export PATH=${MPICH_DIR}/bin:${PATH}
107-
make ptests
107+
make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
108108
109109
# - name: Tarball
110110
# run: |

0 commit comments

Comments
 (0)