On Nov 28, 2012, at 3:10 PM, Jens Lohne Eftang <[email protected]> wrote:
> Thanks, this seems to work. No complaints during compilation or linking, > and make check also is all green. Glad to hear it! > Unrelated, I noted that make check does not seem to run reduced_basis_ex2. Yeah, this is a nuance. Since reduced_basis_ex2 requires SLEPC and GLPK, it only gets run when both are present. The thinking is it doesn't really pass unless it's run for real. We could instead always run it but have it 'return 77' without SLEPC/GLPK, which will make it show "SKIPPED" instead of not run. -Ben ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
