On Fri, 9 Nov 2012, Vasileios Vavourakis wrote: > i'm working with the fourth example,
introduction_ex4, adaptivity_ex4, miscellaneous_ex4, reduced_basis_ex4, systems_of_equations_ex4, or a version of libMesh that predates when we sorted the examples into categories? > then the program aborts. is there any explanation for that??? :) Probably; all our programs are deterministic. ;-) If you want to find out *what* the reason is, though, then I'd start by compiling and running it with METHOD=dbg; if the abort isn't caught by an assert then you'll want to run it in gdb too. --- Roy ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
