Re: [Libmesh-devel] How to develop a new example?

2013-02-01 Thread Jed Brown
On Sat, Jan 19, 2013 at 8:53 PM, Derek Gaston wrote: > 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

Re: [Libmesh-devel] How to develop a new example?

2013-02-01 Thread Paul T. Bauman
On Sat, Jan 19, 2013 at 10:25 PM, Jed Brown wrote: > > This doesn't add to the discussion, but I've never been able to stand > automake's desire to put binaries in .libs, to be run via a shell script > that mucks with the environment. Naturally, the first thing I want to do is > use a debugger or

Re: [Libmesh-devel] How to develop a new example?

2013-02-01 Thread Roy Stogner
On Sat, 19 Jan 2013, Jed Brown wrote: > This doesn't add to the discussion, Productive complaints are always helpful. > but I've never been able to stand automake's desire to put binaries > in .libs, to be run via a shell script that mucks with the > environment. That's a libtool thing. You c

Re: [Libmesh-devel] How to develop a new example?

2013-02-01 Thread John Peterson
On Fri, Feb 1, 2013 at 8:24 AM, Roy Stogner wrote: > > On Sat, 19 Jan 2013, Jed Brown wrote: > >> This doesn't add to the discussion, > > Productive complaints are always helpful. > >> but I've never been able to stand automake's desire to put binaries >> in .libs, to be run via a shell script tha

Re: [Libmesh-devel] How to develop a new example?

2013-02-01 Thread Jed Brown
On Fri, Feb 1, 2013 at 9:17 AM, Paul T. Bauman wrote: > I agree and have learned to take the bad with the good. Sorry to be a > broken record, but just in case you missed earlier in the thread, you, > personally, shouldn't need to mess with the environment, just do > > libtool --mode=execute valg

Re: [Libmesh-devel] upcoming 0.9.0 release

2013-02-01 Thread Vikram Garg
I git upped and ran it on my laptop and workstation, seems to run fine. Thanks. On Fri, Feb 1, 2013 at 12:24 AM, Roy Stogner wrote: > > > On Thu, 31 Jan 2013, Kirk, Benjamin (JSC-EG311) wrote: > > On Jan 31, 2013, at 9:27 PM, Roy Stogner >> wrote: >> >> >>> On Thu, 31 Jan 2013, Paul T. Bauman

Re: [Libmesh-devel] Ten years of libmesh mailing lists by month

2013-02-01 Thread Kirk, Benjamin (JSC-EG311)
Thanks for that - did you end up getting the GitHub statistics integration working? -Ben On Feb 1, 2013, at 9:52 AM, "John Peterson" wrote: > (Hopefully the attachment made it through...) > > We've had new highs in each of the last six months. > > I blame automake integration ;-) > > -- >

Re: [Libmesh-devel] Ten years of libmesh mailing lists by month

2013-02-01 Thread John Peterson
On Fri, Feb 1, 2013 at 12:39 PM, Kirk, Benjamin (JSC-EG311) wrote: > Thanks for that - did you end up getting the GitHub statistics integration > working? The google analytics? Yes, it's definitely reporting visitors, but I think it only tracks views of the README.md file. So if people browse

[Libmesh-devel] Why are generated build files committed?

2013-02-01 Thread Jed Brown
When I run ./bootstrap, it creates generates massive diffs (Makefile.in, configure, aclocal.m4, build-aux) as compared to the checked-in versions. 80 files changed, 19707 insertions(+), 7912 deletions(-) This makes 'git diff' worthless and I have to 'git checkout .' before 'git pull'. Is your id