[hwloc-devel] Create success (hwloc r1.5.3rc1r5714)

2013-06-24 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.5.3rc1r5714 Start time: Mon Jun 24 21:13:23 EDT 2013 End time: Mon Jun 24 21:17:36 EDT 2013 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.6.3rc1r5713)

2013-06-24 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.6.3rc1r5713 Start time: Mon Jun 24 21:09:11 EDT 2013 End time: Mon Jun 24 21:13:23 EDT 2013 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.7.2rc1r5712)

2013-06-24 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.7.2rc1r5712 Start time: Mon Jun 24 21:05:20 EDT 2013 End time: Mon Jun 24 21:09:11 EDT 2013 Your friendly daemon, Cyrador

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-06-24 Thread Kenneth A. Lloyd
Thank for making this patch available. Ken Lloyd -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of George Bosilca Sent: Monday, June 24, 2013 1:39 PM To: Open MPI Developers Subject: [OMPI devel] RFC MPI 2.2 Dist_graph addition WHAT:

[OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-06-24 Thread George Bosilca
WHAT:Support for MPI 2.2 dist_graph WHY: To become [almost entierly] MPI 2.2 compliant WHEN:Monday July 1st As discussed during the last phone call, a missing functionality of the MPI 2.2 standard (the distributed graph topology) is ready for prime-time. The attached patch provide

Re: [OMPI devel] Problem when using MPI_Type_create_struct + MPI_Type_dup

2013-06-24 Thread George Bosilca
Thomas, I tried your test with the current svn version of the 1.6 (to be 1.6.5 I guess), and your test pass without any issues. George. On Jun 24, 2013, at 15:22 , Thomas Jahns wrote: > Hello, > > the following code exposes a problem we are experiencing with our OpenMPI >

[OMPI devel] Problem when using MPI_Type_create_struct + MPI_Type_dup

2013-06-24 Thread Thomas Jahns
Hello, the following code exposes a problem we are experiencing with our OpenMPI 1.6.[24] installations. My colleague Moritz Hanke isolated the problem to an interaction of MPI_Type_create_struct with a previous MPI_Type_dup. When MPI_Type_dup on line 67 of the example is replaced with a

Re: [hwloc-devel] lstopo --top

2013-06-24 Thread Brice Goglin
Le 21/06/2013 17:50, Jiri Hladky a écrit : > I have now changed it to > hwloc_obj[0] = hwloc_get_first_largest_obj_inside_cpuset(topology, > cpuset); > hwloc_obj[1] = hwloc_obj[0]->parent; > and tried both > hwloc_topology_insert_misc_object_by_parent (topology, hwloc_obj[0], > data); >