pmodels / mpich

Official MPICH Repository
http://www.mpich.org
Other
560 stars 279 forks source link

about Ticket #337 increment MAX_FINALIZE_FUNC #338

Closed mpichbot closed 8 years ago

mpichbot commented 8 years ago

Originally by "Lisandro Dalcin" dalcinl@gmail.com on 2008-12-23 08:42:59 -0600



Rajeev, look at this, I hope you will get convinced ;-)

I've built mpich2-dev like this:

$ mpich2version
MPICH2 Version:         1.1a3
MPICH2 Release date:    Unknown, built on Tue Dec 23 10:33:28 ARST 2008
MPICH2 Device:          ch3:nemesis
MPICH2 configure:       --prefix=/usr/local/mpich2/dev
--enable-sharedlibs=gcc --enable-g=all
MPICH2 CC:      gcc  -g -O2
MPICH2 CXX:     c++  -g -O2
MPICH2 F77:     gfortran  -g -O2
MPICH2 F90:     f95  -g -O2

As you can see, I'm using '--enable-g=all'. Then this surely #define's
MPICH_DEBUG_HANDLEALLOC. Then the routine MPIU_CheckHandlesOnFinalize
is being registered many times... To confirm this, see the attached
file (obtained by running the mpi4py testsuite using the 'ddd'
front-end to gdb)

Regards,

--
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
mpichbot commented 8 years ago

Originally by Lisandro Dalcin on 2008-12-23 08:42:59 -0600


This message has 1 attachment(s)

mpichbot commented 8 years ago

Originally by Lisandro Dalcin on 2008-12-23 08:42:59 -0600


Attachment added: trace.log (3.0 KiB) Added by email2trac

mpichbot commented 8 years ago

Originally by thakur on 2009-01-01 00:58:58 -0600


Fixed by Bill in [a6b0983873a5458895f69bea67fd1692c11759b7]