Re: [OMPI devel] 1.8.5rc1 VT-related build failure

2015-04-07 Thread Bert Wesarg
On 04/06/2015 10:10 PM, Paul Hargrove wrote: I am trying to build Open MPI 1.8.5rc1 wit AMDs Open64 4.5.2.1. I see the following failure (from "make V=1") while building VT: thanks, I'll take a look. Bert openCC -DHAVE_CONFIG_H -I. -I/scratch/phargrov/OMPI/openmpi-1.8.5rc1-linux-x86_64-ope

[OMPI devel] .ompi_info dependency files

2015-04-07 Thread Nathan Hjelm
I am working on rewriting some of the MCA component open code to delay dlclose until opal_util_finalize () and I ran into something interesting. Open MPI supports component dependency files ending in .ompi_info. These files can be used to describe dependencies between mca components. This feature

Re: [OMPI devel] 1.8.5rc1 is ready for testing

2015-04-07 Thread Marco Atzeri
On 4/5/2015 11:42 PM, Ralph Castain wrote: Usual place: http://www.open-mpi.org/software/ompi/v1.8/ building on cygwin64 Making all in libltdl make[2]: Entering directory '/cygdrive/e/cyg_pub/devel/openmpi/openmpi-1.8.5rc1-1.x86_64/build/opal/libltdl' CDPATH="${ZSH_VERSION+.}:" && cd /pub/

Re: [OMPI devel] 1.8.5rc1 is ready for testing

2015-04-07 Thread Ralph Castain
What version of libtool do you have? We require 2.4.2 - newer versions don’t necessarily work, I fear. > On Apr 7, 2015, at 12:38 PM, Marco Atzeri wrote: > > On 4/5/2015 11:42 PM, Ralph Castain wrote: >> Usual place: >> >> http://www.open-mpi.org/software/ompi/v1.8/ >> > > building on cygwi

Re: [OMPI devel] 1.8.5rc1 is ready for testing

2015-04-07 Thread Marco Atzeri
On 4/7/2015 10:00 PM, Ralph Castain wrote: What version of libtool do you have? We require 2.4.2 - newer versions don’t necessarily work, I fear. 2.4.6 for what I can see opal/mca/backtrace/configure.m4 exist on the source tree so it seems a lack of relative/absolute path when invoking mak

Re: [OMPI devel] 1.8.5rc1 is ready for testing

2015-04-07 Thread Ralph Castain
Yeah, that version will cause us problems. We fixed in the master, but bringing it over to 1.8 is no small thing. I’m waiting for Jeff to return next week (since he’s the one that created the fix) to decide on best path forward. > On Apr 7, 2015, at 2:12 PM, Marco Atzeri wrote: > > On 4/7/201

Re: [OMPI devel] .ompi_info dependency files

2015-04-07 Thread George Bosilca
It is a vestige from a epoch where our shared library symbols were loaded in the RTLD_GLOBAL mode. I support your proposal to scrap it out. George. On Tue, Apr 7, 2015 at 1:41 PM, Nathan Hjelm wrote: > > I am working on rewriting some of the MCA component open code to delay > dlclose until o