Hi,

I have fucntion in my code which writes variable length data to HDF5 file.

I have a dataset created as,

fileType = H5Tvlen_create(H5T_NATIVE_UCHAR)

'DataSpace' with Rank: 1 and Dims: 1;

And chunking enabled for the same.

A function writing a data to this dataset, is being called in loop.

Before writing to a dataset I extend the dimensions of the dataset as well.

Till here, everything goes correct. i.e. I'm able to extend dataset with
this data type successfully.

But, when I call,

H5Dwrite (dset, memtype, memspace, filespace, H5P_DEFAULT,wdata);

CPU usage goes 100%.

Is it a normal behaviour that the H5DWrite API take such a huge part of CPU
to write variable length of data?





-----
Best Regards,
Santosh
-- 
View this message in context: 
http://hdf-forum.184993.n3.nabble.com/Write-Variable-length-record-to-HDF5-file-tp1678291p1678291.html
Sent from the hdf-forum mailing list archive at Nabble.com.

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to