Hello,

I am facing a weird problem. At a point in code, I 
have PETScWrappers::VectorBase::scale() called for few distributed vectors. 
Subsequently, I have assignment operator on ghosted versions of these 
vectors for parallel communication. When I launch the code with 2 or 4 
processes, it works fine. But with 3 processes, the code halts after the 
scaling operations and before the first assignment. I am limited to 4 
processes.

   1. Is a compress() required after scale()? With what operation as 
   argument?
   2. Why does this behaviour occur only when 3 processes are launched? Has 
   anyone experienced this before?

Thanks

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/31558d55-94ca-4ab8-b668-9c231788a99d%40googlegroups.com.

Reply via email to