On Sat, Jan 19, 2013 at 6:16 PM, Kirk, Benjamin (JSC-EG311) <
benjamin.kir...@nasa.gov> wrote:

> 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.
>

I'm with you... but can't "make" _build_ the example... and not run it?
 That's kind of what I would expect.  It's weird that there is no way to
just build an example without running it.  This is somewhat annoying during
the development of an example.

Yes, you can modify the run script to do nothing... but it's still a bit
weird.

BTW - developing an example with in-tree builds seems to be working just
fine - thanks for the tip!  Man that really makes things easier!

Derek
------------------------------------------------------------------------------
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