On Dec 3, 2012, at 3:02 PM, "Roy Stogner" <royst...@ices.utexas.edu> wrote:
> > On Mon, 3 Dec 2012, Kirk, Benjamin (JSC-EG311) wrote: > >> $ make check METHODS=opt >> >> The examples check target loops over the configure-time methods, but can be >> overridden. >> >> I suppose of could be overridden if METHOD is set... Hmm.... > > This only partly worked for me - for the unit tests, every method was > run; for the examples, every method was compiled, but only the > specified method was run. Ahh the unit tests - right. Controlling what gets compiled is hard - it's pretty much defined at configure time (by design with automake, as far as I can tell...). What gets run is a little easier - and my fix for the unit tests will have it be to have make run a shell script which delegates to the proper methods. But they'll all still probably get compiled. -Ben ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel