Re: [OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-27 Thread Lisandro Dalcin
On 26 August 2014 22:28, Paul Hargrove wrote: >> libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `opal/libltdl'. >> libtoolize: `COPYING.LIB' not found in `/usr/share/libtool/libltdl' >> autoreconf: libtoolize failed with exit status: 1 > > > The error message is from libtoolize about a f

Re: [OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-26 Thread George Bosilca
Lisandro, Thanks for the tester. I pushed a fix in the trunk (r32613) and I requested a CMR for the 1.8.3. George. On Tue, Aug 26, 2014 at 6:53 AM, Lisandro Dalcin wrote: > I've just installed 1.8.2, something is still wrong with > HINDEXED_BLOCK datatypes. > > Please note the example belo

Re: [OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-26 Thread Paul Hargrove
> > libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `opal/libltdl'. > libtoolize: `COPYING.LIB' not found in `/usr/share/libtool/libltdl' > autoreconf: libtoolize failed with exit status: 1 > > The error message is from libtoolize about a file missing from the libtool installation director

Re: [OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-26 Thread Ralph Castain
On Aug 26, 2014, at 10:53 AM, Lisandro Dalcin wrote: > On 26 August 2014 19:27, Ralph Castain wrote: >> Do you know if this works in the trunk? If so, then it may just be a missing >> commit that should have come across to 1.8.2 and we can chase it down >> > > $ ./autogen.pl > Open MPI autog

Re: [OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-26 Thread Lisandro Dalcin
On 26 August 2014 19:27, Ralph Castain wrote: > Do you know if this works in the trunk? If so, then it may just be a missing > commit that should have come across to 1.8.2 and we can chase it down > $ ./autogen.pl Open MPI autogen (buckle up!) 1. Checking tool versions Searching for autocon

Re: [OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-26 Thread Ralph Castain
Do you know if this works in the trunk? If so, then it may just be a missing commit that should have come across to 1.8.2 and we can chase it down On Aug 26, 2014, at 3:53 AM, Lisandro Dalcin wrote: > I've just installed 1.8.2, something is still wrong with > HINDEXED_BLOCK datatypes. > > Ple

[OMPI devel] Envelope of HINDEXED_BLOCK

2014-08-26 Thread Lisandro Dalcin
I've just installed 1.8.2, something is still wrong with HINDEXED_BLOCK datatypes. Please note the example below, it should print "ni=2" but I'm getting "ni=7". $ cat type_hindexed_block.c #include #include int main(int argc, char *argv[]) { MPI_Datatype datatype; MPI_Aint disps[] = {0,2,4,