Commits

Ruth Aydt committed 1d5473bec26
[svn-r24566] Add define SHOW_H5A_DELETE_BY_NAME_ISSUE and corresponding ifdefs that demonstrate the problem with H5Adelete_by_name when called using an aborted transaction. The later file close fails because some objects are still open from this call. #define SHOW_H5A_DELETE_BY_NAME_ISSUE and run with mpiexec -n 2 ./h*demo -a > & output to see the problem. This code shoudl be removed when issue is resolved.