Hello all:
I have a HDF5 file contain 18306 groups, each group have a two
dimensional array with size [5,500] . Thus I have 18306*500(about 9
million) particles , each particle contians 5 information.
In my idl program(
http://163.23.210.1/~slchen/plot_ptcls.pro) , I read them group by group and then combine them
into a single two dimensional array.
It takes two hours to read values from the HDF5 file . Its very time
consuming. I want to know if there is any method to reduce the
processing time. Please help me to get the related information. Such
as if I need to change my programming method in IDL or if there is any
solution by clusterDL/mpiDL
Thank you very much!
cincerely,