In devel mode it also runs okay. The fact that it is not theoretically possible suggests that I need to check if I do something very nasty with memory. I'll keep searching. On 11/23/2016 12:39 PM, Roy Stogner wrote: > > On Wed, 23 Nov 2016, Michael Povolotskyi wrote: > >> I see a strange situation: one assertion fails if libmesh is built in >> opt mode, but the code runs fine if libmesh is built in dbg mode. > > Try devel mode? > > And this is more than "strange", it's "not theoretically possible". > Our assertions are like the standard assert() macro: no-ops if NDEBUG > is defined, as -DNDEBUG does in opt mode. > --- > Roy
------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
