[mpich-discuss] installing mpich-1.2.6 to create libmpich.so.1.0

Pavan Balaji balaji at mcs.anl.gov
Tue Jun 25 15:46:27 CDT 2013


Jeff,

On 06/25/2013 03:43 PM, Jeff Hammond wrote:
> Yeah, everything Pavan said.  I forgot what --enable-g meant.  If you
> intend to use a debugger (because you're developing an application
> that uses MPI), you might find --enable-g=dbg useful, but --enable-g
> is total overkill for users.

--enable-g=dbg adds debug symbols to the MPI library.  To debug the 
applications, you'll need to set CFLAGS=-g or just compile your 
application with "mpicc -g".

  -- Pavan

-- 
Pavan Balaji
http://www.mcs.anl.gov/~balaji



More information about the discuss mailing list