mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
1696277a6c
Bug Fix Description: Currently, only process 0 is writing attribute data to a file. This is incorrect, because the raw data for attributes is cached in memory until the object header is written and other processes are not able to read the correct attribute information. Solution: Have all processes participate in writing the attribute data. Platforms tested: IRIX64 6.5 (modi4) |
||
---|---|---|
.. | ||
Dependencies | ||
Makefile.in | ||
t_dset.c | ||
t_file.c | ||
t_mdset.c | ||
t_mpi.c | ||
testphdf5.c | ||
testphdf5.h |