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
