Skip to content

Commit 1e833ab

Browse files
committed
Fix H5FD_FEAT_SPECIAL_MEMMANAGE flag after flag renaming
1 parent f86a276 commit 1e833ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5FDgds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ H5FD__gds_query(const H5FD_t *_f, unsigned long *flags /* out */)
998998
H5FD_FEAT_SUPPORTS_SWMR_IO; /* VFD supports the single-writer/multiple-readers (SWMR) pattern */
999999
*flags |= H5FD_FEAT_DEFAULT_VFD_COMPATIBLE; /* VFD creates a file which can be opened with the default
10001000
VFD */
1001-
*flags |= H5FD_FEAT_SPECIAL_MEMMANAGE; /* VFD uses CUDA memory management routines */
1001+
*flags |= H5FD_FEAT_MEMMANAGE; /* VFD uses CUDA memory management routines */
10021002
}
10031003

10041004
H5FD_GDS_FUNC_LEAVE_API;

0 commit comments

Comments
 (0)