Re: [Libmesh-devel] Restart from XDA with new variables added

2011-07-21 Thread Roy Stogner
On Thu, 21 Jul 2011, David Andrs wrote: > I have two findings/questions about system_io.C lines 945-948: > > 1) the parallel sum is triggered only in debug mode. is that correct > behavior? Yes. The parallel sum is only used in that debug/devel mode assertion, so we don't want to bother with th

[Libmesh-devel] Restart from XDA with new variables added

2011-07-21 Thread David Andrs
Hi! I have two findings/questions about system_io.C lines 945-948: 1) the parallel sum is triggered only in debug mode. is that correct behavior? 2) when doing restart from XDA and I add new variables to the system and running in debug mode, I hit the assert on line 947. Opt mode seems to do