<div dir="ltr">Hello All,<div><br></div><div>I have used darshan for parallel c/c++ application without issue but trying to analyse python(3) application first time. This application uses h5py.</div><div><br></div><div>I compiled darshan with --enable-HDF5-pre-1.10 (or --enable-HDF5-post-1.10).</div><div><br></div><div>When I now run simple h5py test serially I get :</div><div><br></div><div><div>$ python3 test.py</div><div>Darshan failed to map symbol: H5get_libversion</div></div><div><br></div><div>If I don't enable hdf5 during configure then I see profiles being generated.</div><div>What am I missing here? Do I need parallel h5py application? Any hints will be helpful!</div><div><br></div><div>Regards,</div><div>Pramod</div><div><br></div><div>p.s. h5py test program</div><div><br></div><div>import h5py</div><div>a = [1,2,3,4,5]<br></div><div>h5f = h5py.File('data.h5', 'w')</div><div>h5f.create_dataset('dataset_1', data=a)</div><div>h5f.close()</div></div>