On Nov 28, 2012, at 1:53 PM, Roy Stogner <royst...@ices.utexas.edu> wrote:

> 
> 
> On Wed, 28 Nov 2012, Paul T. Bauman wrote:
> 
>> I don't build in profile mode very often, but somewhere along the
>> line, the METHOD got changed from prof to oprofile.
> 
> No it didn't.  Those are two separate methods - the former is for
> gprof-style user-space profiling, the latter is for oprofile-style
> hardware-interrupt-based profiling.
> ---
> Roy

To avoid yet-another-method proliferation, my preferred method for handling 
this would be

$ ./configure libmesh_CXXFLAGS="-g -whatever"

and then use the standard opt, dbg, devel as is.  This is what I do when I want 
to add -g to the opt flags for use in e.g. intel's VTune

-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-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to