[Trilinos-Users] bug in EpetraExt_HDF5?

Simone Deparis simone.deparis at epfl.ch
Thu Aug 7 09:07:28 MDT 2008



Simone Deparis wrote:
> Hi,
> 
> (trilinos 8.0.7)
> I suspect a bug in EpetraExt_HDF5.cpp, line 902:
>     Epetra_Map LinearMap(X.GlobalLength(), 0, Comm_);
> 
> if the roiginal multivector has indexBase == 1, the temporary
> multivector LinearX has one missing entry.
> 
> Can someone confirm, please? If I put
>     Epetra_Map LinearMap(X.GlobalLength(), X.Map().IndexBase(), Comm_);
> 
> should work?

This way it doesn't work:

HDF5-DIAG: Error detected in HDF5 library version: 1.6.5 MPI-process 1.
 Back trace follows.
  #000: ../../../src/H5Dio.c line 573 in H5Dwrite(): file
selection+offset not within extent

:-(



More information about the Trilinos-Users mailing list