Re: [mpich-discuss] installing mpich-1.2.6 to create libmpich.so.1.0
25 Jun
2013
25 Jun
'13
3:46 p.m.
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
4775
Age (days ago)
4775
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pavan Balaji