Re: [OMPI devel] Incorrect and undefined return code/function/data type at C++ header

2011-12-08 Thread Y.MATSUMOTO
Dear Jeff and all, Thank you for your comment. I'm sorry for not replying sooner. 1:MPI::Fint We checked C++ header using MPI-2.1 standard. So, it doesn't need MPI::Fint definition. (Please remove it!) 2:MPI::Grequest::Start Sorry! I send you incorrect list. Best regards. --- Yuki

[hwloc-devel] Create success (hwloc r1.3.1rc1r4024)

2011-12-08 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.3.1rc1r4024 Start time: Thu Dec 8 21:04:10 EST 2011 End time: Thu Dec 8 21:07:18 EST 2011 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.4a1r4027)

2011-12-08 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.4a1r4027 Start time: Thu Dec 8 21:01:01 EST 2011 End time: Thu Dec 8 21:04:09 EST 2011 Your friendly daemon, Cyrador

Re: [hwloc-devel] [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-12-08 Thread Jeff Squyres
On Dec 8, 2011, at 5:02 PM, Brice Goglin wrote: >> BTW, is there work to be done in Open MPI (like passing down >> "--disable-libnuma" to hwloc's configure)? > > I don't see --disable-libnuma in my OMPI configure help. Does it > actually exist? We *had* libnuma as a separate plugin, but hwloc

[OMPI devel] OMPI 1.4.5rc1 posted

2011-12-08 Thread Jeff Squyres
1.4.5rc1 is now posted in the usual place: http://www.open-mpi.org/software/ompi/v1.4/ Gearing up for a pre-Christmas release -- please test! There have only been a few bug fixes since 1.4.4. See http://svn.open-mpi.org/svn/ompi/branches/v1.4/NEWS for details. (note that we'll likely

Re: [hwloc-devel] [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-12-08 Thread Rayson Ho
On Thu, Dec 8, 2011 at 11:27 AM, Brice Goglin wrote: > Well, we didn't plan to release another 1.2.x release (the stable branch > is now 1.3). But I can provide a custom tarball of 1.2.2 + the libnuma > patch. Oh, then don't worry about it, as I should backport the patch

Re: [hwloc-devel] [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-12-08 Thread Brice Goglin
Le 08/12/2011 15:48, Rayson Ho a écrit : > Thanks a lot, Brice. > > I hacked something similar for 1.2.2 last night, but your patch is > more complete (I didn't modify hwloc_internal.m4 to include the help > message). I will probably wait for the next 1.2.x hwloc release, and > then refresh Open

Re: [hwloc-devel] [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-12-08 Thread Rayson Ho
Thanks a lot, Brice. I hacked something similar for 1.2.2 last night, but your patch is more complete (I didn't modify hwloc_internal.m4 to include the help message). I will probably wait for the next 1.2.x hwloc release, and then refresh Open Grid Scheduler/Grid Engine with that version. Thanks

Re: [hwloc-devel] [OMPI users] EXTERNAL: Re: Unresolved reference 'mbind' and 'get_mempolicy'

2011-12-08 Thread Brice Goglin
Le 07/12/2011 23:12, Brice Goglin a écrit : >> So my question is, are there plans to add a configure switch in hwloc >> to disable libnuma?? > Hello, > There's no plan, but that's certainly possible if multiple people keep > facing this issue. Here's a patch that implements --disable-libnuma.

Re: [OMPI devel] VT configure problem?

2011-12-08 Thread Matthias Jurenz
Hello, this issue is fixed by r25595. It seems to be a compiler bug in GCC v4.2.? ... When using assert() within OpenMP-parallel regions the compiler prepends an extra '_' to the symbol __buildin_expect(), so the linker reports undefined references. The solution is actually a workaround where