[hwloc-devel] hwloc nightly build: SUCCESS

2017-06-23 Thread mpiteam
Successful builds: ['v1.11', 'master'] Skipped builds: [] Failed builds: [] === Build output === Branches: ['v1.11', 'master'] Starting build for v1.11 Found new revision 2110c37 v1.11 build of revision 2110c37 completed successfully Starting build for master Found new revision 7de553e

Re: [OMPI devel] orterun busted

2017-06-23 Thread r...@open-mpi.org
Odd - I guess my machine is just consistently lucky, as was the CI’s when this went thru. The problem field is actually stale - we haven’t used it in years - so I simply removed it from orte_process_info. https://github.com/open-mpi/ompi/pull/3741

Re: [OMPI devel] Abstraction violation!

2017-06-23 Thread Jeff Squyres (jsquyres)
FWIW: mpi.h is created at the end of configure (it's an AC_CONFIG_HEADERS file). > On Jun 22, 2017, at 9:37 PM, Barrett, Brian via devel > wrote: > > Thanks, Nathan. > > There’s no mpi.h available on the PR builder hosts, so something works out. > Haven’t thought

[OMPI devel] orterun busted

2017-06-23 Thread George Bosilca
Ralph, I got consistent segfaults during the infrastructure tearing down in the orterun (I noticed them on a OSX). After digging a little bit it turns out that the opal_buffet_t class has been cleaned-up in orte_finalize before orte_proc_info_finalize is called, leading to calling the destructors

Re: [OMPI devel] orte-clean not cleaning left over temporary I/O files in /tmp

2017-06-23 Thread Christoph Niethammer
Hi Howard, You find the pull request under https://github.com/open-mpi/ompi/pull/3739 Best Christoph - Original Message - From: "Howard Pritchard" To: "Open MPI Developers" Sent: Thursday, June 22, 2017 4:42:14 PM Subject: Re: [OMPI