If you are inside an openmp loop, even if the number of threads is 1, then variables declared locally inside the loop may appear as 'optimized out' it in the debugger. Temporary solution during debugging is to remove the openmp pragma in front of the for loop.
On Wednesday, September 17, 2014 at 5:03:30 AM UTC-7, Ehsan wrote: > > Dear bangerth, > > I use last version of eclipse and gdb. > yes, you are right, may be this problem is not related to deal ii. > I will try to install eclipse and gdb again maybe this solve the problem. > > So many thanks for everyone's reply. > > Best regards. > Ehsan > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/d5e8698a-d4f4-46d8-9487-63ab63dae557%40googlegroups.com.
