On Jan 19, 2013, at 6:25 PM, Derek Gaston <fried...@gmail.com> wrote:

> So, to build an example when doing an in-tree build I have to run "make 
> check"?  Why doesn't "make" work?


Mostly consistency and because 'make check' is the generic target for building 
a self-test.

automake rules will always recurse into subdirectories and $(MAKE) whatever 
target you have specified - so this way just typing 

$ make && make install

will build libmesh and install it, without running anything.  As you know, on 
machines with quirky mpis that require everything to be run via mpirun (even 
uniprocessor stuff) this would be problematic.

-Ben
 
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to