Skip to content

Commit 53537df

Browse files
committed
Github actions: disable profiling and add MIMIC_LUSTRE
1 parent fd66711 commit 53537df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/mac_mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/mac_openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ubuntu_mpich.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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() }}

.github/workflows/ubuntu_openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)