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 19
19
runs-on : ubuntu-latest
20
20
timeout-minutes : 60
21
21
env :
22
- MPICH_VERSION : 4.2.2
22
+ MPICH_VERSION : 4.3.0
23
23
MPICH_DIR : ${{ github.workspace }}/mpich-install
24
24
PNETCDF_VERSION : repo
25
25
PNETCDF_DIR : ${{ github.workspace }}/PnetCDF-install
93
93
- name : Test PnetCDF-Python
94
94
run : |
95
95
export PATH=${MPICH_DIR}/bin:${PATH}
96
- make ptests
96
+ make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
97
97
98
98
- name : Re-install PnetCDF-Python from source distribution
99
99
run : |
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Test PnetCDF-Python
107
107
run : |
108
108
export PATH=${MPICH_DIR}/bin:${PATH}
109
- make ptests
109
+ make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
110
110
# - name: Tarball
111
111
# run: |
112
112
# export PATH=${NETCDF_DIR}/bin:${PATH}
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
timeout-minutes : 60
21
21
env :
22
- MPICH_VERSION : 4.2.2
22
+ MPICH_VERSION : 4.3.0
23
23
MPICH_DIR : ${{ github.workspace }}/mpich-install
24
- PNETCDF_VERSION : 1.13 .0
24
+ PNETCDF_VERSION : 1.14 .0
25
25
PNETCDF_DIR : ${{ github.workspace }}/PnetCDF-install
26
26
strategy :
27
27
matrix :
91
91
- name : Test PnetCDF-Python
92
92
run : |
93
93
export PATH=${MPICH_DIR}/bin:${PATH}
94
- make ptests
94
+ make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
95
95
96
96
- name : Re-install PnetCDF-Python from source distribution
97
97
run : |
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Test PnetCDF-Python
105
105
run : |
106
106
export PATH=${MPICH_DIR}/bin:${PATH}
107
- make ptests
107
+ make ptests TESTMPIRUN="${MPICH_DIR}/bin/mpiexec"
108
108
109
109
# - name: Tarball
110
110
# run: |
You can’t perform that action at this time.
0 commit comments