Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-12-06 Thread Meredith, Karl
c 4, 2013, at 7:25 AM, "Meredith, Karl" > wrote: > >> Before turning off my firewall, I have these rules >> >> $ )sudo ipfw list >> Password: >> 05000 allow ip from any to any via lo* > > This is an interesting rule. Perhaps you can try: >

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-12-04 Thread Meredith, Karl
olks and see if that is correct and intentional - and if so, why. On Tue, Dec 3, 2013 at 5:04 AM, Meredith, Karl mailto:karl.mered...@fmglobal.com>> wrote: I disconnected for our corporate network (ethernet connection) and tried running again: same result, it stalls. Then, I also disconnecte

Re: [OMPI users] [EXTERNAL] Re: open-mpi on Mac OS 10.9 (Mavericks)

2013-12-03 Thread Meredith, Karl
's keep the other thread (with Ralph) going; this looks like some kind of > networking issue that we haven't seen before (e.g., unable to open ports to > the local host). Which is a little odd, but let's run it down over in the > other thread. > > > On D

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-12-03 Thread Meredith, Karl
astain mailto:r...@open-mpi.org>> wrote: Hmmm...are you connected to a network, or at least have a network active, when you do this? It looks a little like the system is trying to open a port between the process and mpirun, but is failing to do so. On Tue, Dec 3, 2013 at 4:51 AM, Mer

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-12-03 Thread Meredith, Karl
>mpirun -np 2 --mca btl sm,self hello_c > > If that also hangs, can you attach a debugger and see *where* it is hanging > inside MPI_Init()? (In OMPI, MPI::Init() simply invokes MPI_Init()) > > > On Nov 27, 2013, at 2:56 PM, "Meredith, Karl" > wrote: &g

Re: [OMPI users] [EXTERNAL] Re: open-mpi on Mac OS 10.9 (Mavericks)

2013-12-03 Thread Meredith, Karl
but can you find out where in > orte_ess.init() it's failing? orte_ess.init is actually a function pointer; > it's a jump-off point into a dlopen'ed plugin. > > > On Nov 25, 2013, at 11:53 AM, "Meredith, Karl" > wrote: > >> Digging a lit

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-27 Thread Meredith, Karl
/opt/trunk/apple-only/bin/ompi_info --param oob tcp --level 9 MCA oob: parameter "oob_tcp_verbose" (current value: "0", data source: default, level: 9 dev/all, type: int) Verbose level for the OOB tcp component MCA oob: parameter "oob_tcp

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-27 Thread Meredith, Karl
debug --disable-io-romio --enable-contrib-no-build=vt,libtrace > --enable-mpirun-prefix-by-default > > And every test I throw at it passed without any issue. Totally puzzling … > > George. > > > On Nov 27, 2013, at 18:04 , Meredith, Karl wrote: > >> None of the

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-27 Thread Meredith, Karl
t; Application Readiness, HPC-5, LANL > > On Wed, Nov 27, 2013 at 11:43:05AM -0500, Meredith, Karl wrot >> Okay, in order to try and track down this problem I have done a fresh >> install of OpenMPI-1.7.3 on Mac OS 10.9 (Mavericks). I am using the Apple >> compilers,

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-27 Thread Meredith, Karl
-1.7.3-noenv/lib/libopen-pal.6.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) On Nov 27, 2013, at 9:41 AM, Meredith, Karl mai

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-27 Thread Meredith, Karl
users [mailto:users-boun...@open-mpi.org] On Behalf Of Meredith, Karl Sent: Tuesday, November 26, 2013 9:33 PM To: Open MPI Users Subject: Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks) Here are the results of those two commands: $ )mpic++ -show g++ -I/Users/meredithk/tools/openmpi/include - L/Users/mer

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-26 Thread Meredith, Karl
re > getting a wrong behavior. > Also, it could be worthwhile to have a look at “otool -L > /Users/meredithk/tools/openmpi/lib/libmpi_cxx.dylib" > Pierre > > On Nov 25, 2013, at 7:38 AM, Meredith, Karl > wrote: > >> I do have DYLD_LIBRARY_PATH set as well, an

Re: [OMPI users] [EXTERNAL] Re: open-mpi on Mac OS 10.9 (Mavericks)

2013-11-25 Thread Meredith, Karl
to an Open MPI developer): ompi_mpi_init: orte_init failed --> Returned "Unable to start a daemon on the local node" (-128) instead of "Success" (0) Karl On Nov 25, 2013, at 9:20 AM, Meredith, Karl wrote: > Here’s the back trace from lldb: > $ )ps -elf | grep hel

Re: [OMPI users] [EXTERNAL] Re: open-mpi on Mac OS 10.9 (Mavericks)

2013-11-25 Thread Meredith, Karl
1.0.0, current version 1.0.0) On Nov 25, 2013, at 9:14 AM, George Bosilca wrote: > Mac OS X 1.9 dropped support for gdb. Please report the output of lldb > instead. > > Also, can you run “otool -L ./hello_cxx” and report the output. > > Thanks, >George. > > &g

Re: [OMPI users] [EXTERNAL] Re: open-mpi on Mac OS 10.9 (Mavericks)

2013-11-25 Thread Meredith, Karl
me lib directory ) Can you try that and see if it resolves the problem? Si Hammond Sandia National Laboratories Remote Connection -Original Message- From: Meredith, Karl [karl.mered...@fmglobal.com<mailto:karl.mered...@fmglobal.com>] Sent: Monday, November 25, 2013 06:25 AM Mountain Stan

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-25 Thread Meredith, Karl
. Karl On Nov 25, 2013, at 8:31 AM, Reuti wrote: > Am 25.11.2013 um 14:25 schrieb Meredith, Karl: > >> I do have these two environment variables set: >> >> LD_LIBRARY_PATH=/Users/meredithk/tools/openmpi/lib > > On a Mac it should DYLD_LIBRARY_PATH - and t

Re: [OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-25 Thread Meredith, Karl
on of OMPI with its software and you don't want to pick it up > by mistake. > > > On Nov 22, 2013, at 1:45 PM, Meredith, Karl > wrote: > >> I recently upgraded my 2013 Macbook Pro (Retina display) from 10.8 to 10.9. >> I downloaded and installed openmpi-1.6.

[OMPI users] open-mpi on Mac OS 10.9 (Mavericks)

2013-11-22 Thread Meredith, Karl
I recently upgraded my 2013 Macbook Pro (Retina display) from 10.8 to 10.9. I downloaded and installed openmpi-1.6.5 and compiled it with gcc 4.8 (gcc installed from macports). openmpi compiled and installed without error. However, when I try to run any of the example test cases, the code get