On Nov 9, 2012, at 8:47 AM, Roy Stogner <royst...@ices.utexas.edu> wrote:

> This particular failure was on a --enable-everything --enable-parmesh
> build, but at least the --enable-parmesh part of that is unnecessary.
> Check out our recent BuildBot results; it seems like reduced_basis_ex6
> is hanging nearly half the time without much respect for
> configuration.


Thanks.  The source of the problem was than the RB code was manually specifying 
0.7.2 in the version string, so this was being *written* in the first step.  
Problem is I do not want to support writing old formats, so my writing code 
paid no attention and used the new write implementation.  Then when it came 
time to read, it saw an old version identifier and faithfully tried to read it, 
and chaos ensued.

Should be fixed, but the underlying lesson is there are a lot of places we have 
different versioning info hard coded, and I am now in the process of 
consolidating all of that into libmesh_version.h

-Ben


------------------------------------------------------------------------------
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-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to