Derek Gaston wrote: > Ok - I've committed ex19 (just made a couple of small changes). > Thanks Norbert! I also committed your small diff so it runs fine in > parallel with NOX. > > Roy - not to worry about it borking out on you when you run the > examples in parallel... we're only going to put not_implemented() into > the NOX implementation.... so if you're not compiling libMesh against > Trilinos you won't hit this at all. Ex19 runs just fine with PetsC.
Beautiful; thanks! If it takes a long time for you guys to fix that not_implemented, then you might want to throw a "return 0;" inside a test like "#if defined(TRILINOS) && !defined(PETSC)" (or whatever condition actually breaks it). Last February or so I decided that we need to set up some automated regression tests with all the important various combinations of configure options, and I'm going to be getting started on that any month now. ;-) --- Roy ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
