Re: [OMPI devel] regression running mpi applications with dvm

2015-09-22 Thread Mark Santcroos
Thanks Ralph, 4899e7fe fixes it! Cheers, Mark

[OMPI devel] pmix warnings on cray with HEAD

2015-09-22 Thread Mark Santcroos
Hi, On some Cray's I see the following warning (regardless whether I run through aprun, mpirun or orte-submit): [nid01926:30931] mca_base_component_repository_open: unable to open mca_pmix_native: /work/e290/e290/marksant/openmpi/installed/HEAD/lib/openmpi/mca_pmix_native.so: undefined symbo

Re: [OMPI devel] pmix warnings on cray with HEAD

2015-09-22 Thread Gilles Gouaillardet
Mark, i think there is no more mca_pmix_native.so. you can confirm that by checking the timestamps of the libs after running make install. just remove your install dir, and run make install again, and that will solve your issue. Cheers, Gilles On Tue, Sep 22, 2015 at 5:26 PM, Mark Santcroos w

Re: [OMPI devel] pmix warnings on cray with HEAD

2015-09-22 Thread Mark Santcroos
Hi Gilles, Oops ... you are right! (Was doing this on too many machines in parallel that I forgot to clean up correctly on some of them) Sorry for the noise. Im a happy camper now! Mark > On 22 Sep 2015, at 10:29 , Gilles Gouaillardet > wrote: > > Mark, > > i think there is no more mca_pm

[OMPI devel] problems compiling ompi master

2015-09-22 Thread Howard Pritchard
Hi Folks, Is anyone seeing a problem compiling ompi today? This is what I'm getting CC osc_pt2pt_passive_target.lo In file included from ../../../../opal/include/opal_config.h:2802:0, from ../../../../ompi/include/ompi_config.h:29, from osc_pt2pt_active_t

Re: [OMPI devel] problems compiling ompi master

2015-09-22 Thread Nathan Hjelm
Hah, opps. Typo in the coverity fixes. Fixing now. -Nathan On Tue, Sep 22, 2015 at 10:24:29AM -0600, Howard Pritchard wrote: >Hi Folks, >Is anyone seeing a problem compiling ompi today? >This is what I'm getting > CC osc_pt2pt_passive_target.lo >In file included from .

[OMPI devel] Debugging core files on Mac

2015-09-22 Thread Ralph Castain
I know a number of us work on Mac, and many have suffered the frustrations of losing gdb for core file debugging when Apple moved on to Yosemite. However, I just found out that gdb is actually available again! You can read how to install it here: http://stackoverflow.com/questions/27680712/home