Dear all!

I encountered an issue with creating a hdf5 file parallely. On my local machine it works fine, but on the computation cluster it does not. If I compile and run the simple example "Hyperslap_by_row.c" of the TUTOR page, I wont get past

file_id = H5Fcreate(H5FILE_NAME, H5F_ACC_TRUNC, H5P_DEFAULT, plist_id);

if I run it with more than one process. The function seems to be blocking, the file however is created with zero size. I compiled hdf5-1.8.8 (tried 1.8.7 too) with mpicc of the HP implementation (hp-mpi-2.3.1) and tried both gnu and intel compilers.
Are there known issues with hp-mpi?

Any ideas? Any suggestions on how to better debug this problem?


Tobias

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

Reply via email to