-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I am participating in an nvidia hackathon this week and attempting to use the vfd-gds code in my
netcdf library. I have been able to modify the nccopy program so that it uses GDS as an output device and
I have been able to verify the correctness of the output. However the gds_stats program and the cufile.log seem to indicate that very few of the writes are actually using the GDS mechanism. To confirm this I added printf statements at the top of H5FD__gds_write and at each of the calls to cuFileWrite therein.
Specifically I see 3052 calls to H5FD__gds_write and only 15 calls to cuFileWrite. Can you help me to understand this behavior and if possible improve upon it?
Metadata
Metadata
Assignees
Labels
No labels