Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-24 Thread Paul Hargrove
My testing is underway... Will report anything of significance. -Paul On Mon, Aug 24, 2015 at 6:58 AM, Ralph Castain wrote: > Okay - one (hopefully) very last time!!! > > rc6 has now been posted, including all these changes > > > > On Aug 24, 2015, at 1:05 AM, Ralph Castain wrote: > > Indeed,

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-24 Thread Ralph Castain
Okay - one (hopefully) very last time!!! rc6 has now been posted, including all these changes > On Aug 24, 2015, at 1:05 AM, Ralph Castain wrote: > > Indeed, you are absolutely correct! I will fix all of them, but wanted first > to ensure that was the correct fix. > > Thanks Paul! > >> On

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-24 Thread Ralph Castain
Indeed, you are absolutely correct! I will fix all of them, but wanted first to ensure that was the correct fix. Thanks Paul! > On Aug 23, 2015, at 10:44 PM, Paul Hargrove wrote: > > Ralph, > > As I expected your fixes to ompi/debuggers/Makefile.am only fixed the tests > in that directory. >

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-24 Thread Paul Hargrove
Ralph, As I expected your fixes to ompi/debuggers/Makefile.am only fixed the tests in that directory. I am still left with make[4]: Entering directory `/home/phargrov/OMPI/openmpi-1.10.0rc5-linux-x86-mx-static/BLD/test/datatype' PASS: opal_datatype_test FAIL: checksum FAIL: position FAIL: positio

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-24 Thread Paul Hargrove
Ralph, I will try that and expect it will fix exactly those two tests. However, that leaves 11 other undefined references in WRAPPER_EXTRA_LDFLAGS. Five of those I already know will cause test failures as shown in my previous email. -Paul On Sun, Aug 23, 2015 at 8:50 PM, Ralph Castain wrote:

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-23 Thread Ralph Castain
Hmm….I’ll bet this is the correct change, then: diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am index 3e48af8..93a3046 100644 --- a/ompi/debuggers/Makefile.am +++ b/ompi/debuggers/Makefile.am @@ -10,6 +10,7 @@ # Copyright (c) 2004-2005 The Regents of the University of Califor

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-23 Thread Paul Hargrove
Ralph, Sorry, but no change - still failing to load libmyriexpress.so and still no rpath at link: /bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -fno-strict-aliasing -pthread -g -o dlopen_test dlopen_test.o ../../ompi/ libmpi.la ../../opal/libopen-pal.la -lrt -lm -lutil libtool:

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-23 Thread Paul Hargrove
Ralph, I will try the requested change and let you know. -Paul On Sun, Aug 23, 2015 at 7:27 PM, Ralph Castain wrote: > Rather than generating another rc right away, could you please apply the > following patch and see if it fixes the problem? > > *diff --git a/ompi/debuggers/Makefile.am b/ompi

Re: [OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-23 Thread Ralph Castain
Rather than generating another rc right away, could you please apply the following patch and see if it fixes the problem? diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am index 3e48af8..343a0c4 100644 --- a/ompi/debuggers/Makefile.am +++ b/ompi/debuggers/Makefile.am @@ -10,6 +

[OMPI devel] 1.10.0rc5 - mx problem when compiled statically

2015-08-23 Thread Paul Hargrove
I regret to say that in my endless search for perfection (which is a journey, not a destination) I believe I found another issue: I had mx2g sources sitting around, which I compiled and installed on two systems (x86 and x86-64). These provide only compile/link tests, since my systems lack the hard