pmodels / mpich

Official MPICH Repository
http://www.mpich.org
Other
540 stars 280 forks source link

missing MPI::Datatype::Match_size() C++ binding? #158

Closed mpichbot closed 7 years ago

mpichbot commented 7 years ago

Originally by "Lisandro Dalcin" dalcinl@gmail.com on 2008-09-18 22:16:13 -0500


In mpich2-1.2.7, it seems that MPI::Datatype::Matchsize() C++ binding is not provided. I cannot also find MPI::TYPECLASS[INTEGER|REAL|COMPLEX]. At this point I'm not sure if the C++ binding was defined in MPI-2.0, but I remember it is indeed defined in MPI-2.1.

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 7 years ago

Originally by Lisandro Dalcin on 2008-09-18 22:16:13 -0500


This message has 0 attachment(s)

mpichbot commented 7 years ago

Originally by Rajeev Thakur on 2008-09-18 22:28:11 -0500


This is indeed missing in mpicxx.h. And it is defined in MPI 2.0.

Rajeev

-----Original Message----- From: owner-mpich2-bugs@mcs.anl.gov [mailto:owner-mpich2-bugs@mcs.anl.gov] On Behalf Of mpich2 Sent: Thursday, September 18, 2008 10:16 PM To: undisclosed-recipients: Subject: [mpich2-maint] #158: missing MPI::Datatype::Match_size() C++ binding?

---------------------------------------------------+----------

---------------------------------------------------+---- Reporter: "Lisandro Dalcin" dalcinl@gmail.com |
Type: bug
Status: new |
Priority: major Milestone: |
Component: mpich2

---------------------------------------------------+----------

---------------------------------------------------+----

In mpich2-1.2.7, it seems that MPI::Datatype::Matchsize() C++ binding is not provided. I cannot also find
MPI::TYPECLASS
[INTEGER|REAL|COMPLEX]. At this point I'm not sure if the C++ binding was defined in MPI-2.0, but I remember it is indeed defined in MPI-2.1.

-- 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

Ticket URL: https://trac.mcs.anl.gov/projects/mpich2/ticket/158

mpichbot commented 7 years ago

Originally by thakur on 2008-09-19 09:47:44 -0500


Can this be fixed for 1.0.8?

mpichbot commented 7 years ago

Originally by gropp on 2008-10-01 13:23:54 -0500


I will apply the fixes from the main branch.