We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86a276 commit 1e833abCopy full SHA for 1e833ab
src/H5FDgds.c
@@ -998,7 +998,7 @@ H5FD__gds_query(const H5FD_t *_f, unsigned long *flags /* out */)
998
H5FD_FEAT_SUPPORTS_SWMR_IO; /* VFD supports the single-writer/multiple-readers (SWMR) pattern */
999
*flags |= H5FD_FEAT_DEFAULT_VFD_COMPATIBLE; /* VFD creates a file which can be opened with the default
1000
VFD */
1001
- *flags |= H5FD_FEAT_SPECIAL_MEMMANAGE; /* VFD uses CUDA memory management routines */
+ *flags |= H5FD_FEAT_MEMMANAGE; /* VFD uses CUDA memory management routines */
1002
}
1003
1004
H5FD_GDS_FUNC_LEAVE_API;
0 commit comments