File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ jobs:
108108 autoreconf -i
109109 mkdir -p pnetcdf_output
110110 ./configure --enable-option-checking=fatal \
111- --enable-profiling \
112111 pnc_ac_debug=yes \
113112 --enable-burst_buffering \
114113 --enable-subfiling \
115114 --enable-thread-safe \
116115 --with-pthread \
117116 --disable-fortran \
118117 --with-mpi=${GITHUB_WORKSPACE}/MPICH \
118+ MIMIC_LUSTRE=yes \
119119 TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output
120120 make -j 8 tests
121121 - name : Print config.log
Original file line number Diff line number Diff line change @@ -110,14 +110,14 @@ jobs:
110110 autoreconf -i
111111 mkdir -p pnetcdf_output
112112 ./configure --enable-option-checking=fatal \
113- --enable-profiling \
114113 pnc_ac_debug=yes \
115114 --enable-burst_buffering \
116115 --enable-subfiling \
117116 --enable-thread-safe \
118117 --with-pthread \
119118 --disable-fortran \
120119 --with-mpi=${GITHUB_WORKSPACE}/OPENMPI \
120+ MIMIC_LUSTRE=yes \
121121 TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output
122122 make -j 8 tests
123123 - name : Print config.log
Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ jobs:
122122 autoreconf -i
123123 ./configure --prefix=${GITHUB_WORKSPACE}/PnetCDF \
124124 --enable-option-checking=fatal \
125- --enable-profiling \
126125 pnc_ac_debug=yes \
127126 --enable-burst_buffering \
128127 --enable-subfiling \
129128 --enable-thread-safe \
130129 --with-pthread \
131- --with-mpi=${GITHUB_WORKSPACE}/MPICH
130+ --with-mpi=${GITHUB_WORKSPACE}/MPICH \
131+ MIMIC_LUSTRE=yes
132132 make -j 8 tests
133133 - name : Print config.log
134134 if : ${{ always() }}
Original file line number Diff line number Diff line change @@ -117,13 +117,13 @@ jobs:
117117 mkdir -p pnetcdf_output
118118 ./configure --prefix=${GITHUB_WORKSPACE}/PnetCDF \
119119 --enable-option-checking=fatal \
120- --enable-profiling \
121120 pnc_ac_debug=yes \
122121 --enable-burst_buffering \
123122 --enable-subfiling \
124123 --enable-thread-safe \
125124 --with-pthread \
126125 --with-mpi=${GITHUB_WORKSPACE}/OPENMPI \
126+ MIMIC_LUSTRE=yes \
127127 TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output
128128 make -j 8 tests
129129 - name : Print config.log
You can’t perform that action at this time.
0 commit comments