>
>
> *An error occurred in line <3236> of file 
> </home/vikramg/DFT-FE-softwares/softwareCentos/dealiiDev/dealii/source/distributed/tria.cc>
>  
> in function*
> *    void dealii::parallel::distributed::Triangulation<dim, 
> spacedim>::notify_ready_to_unpack(unsigned int, const std::function<void 
> (const dealii::Triangulation<dim, spacedim>::cell_iterator &, 
> dealii::Triangulation<dim, spacedim>::CellStatus, const void *)> &) [with 
> int dim = 3, int spacedim = 3]*
> *The violated condition was: *
> *    offset < sizeof(CellStatus)+attached_data_size*
> *Additional information: *
> *    invalid offset in notify_ready_to_unpack()*
>

I tried to debug this using ddt debugger- the reason the above condition is 
violated is due to attached_data_size=0, which is strange as the 
*triangulationChk*.*info *file mentions one object to be attached:

* triangulationChk.info *
*version nproc attached_bytes n_attached_objs n_coarse_cells*
*2 1 12 1 1* 

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to