Skip to content

Commit 13d9d15

Browse files
committed
rename default filter hint to nc_chunk_default_filter
1 parent 63b5b61 commit 13d9d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/ncchunkio/ncchkioi_util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int ncchkioi_extract_hint (NC_chk *ncchkp, MPI_Info info) {
135135

136136
// Default filter
137137
ncchkp->default_filter = NC_CHK_FILTER_NONE;
138-
MPI_Info_get (info, "nc_chk_driver", MPI_MAX_INFO_VAL - 1, value, &flag);
138+
MPI_Info_get (info, "nc_chunk_default_filter", MPI_MAX_INFO_VAL - 1, value, &flag);
139139
if (flag) {
140140
if (strcmp (value, "none") == 0) {
141141
ncchkp->default_filter = NC_CHK_FILTER_NONE;

0 commit comments

Comments
 (0)