File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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}
Original file line number Diff line number Diff line change 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 :
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: |
You can’t perform that action at this time.
0 commit comments