[OMPI users] "mca_oob_tcp_accept: accept() failed" messages with openmpi 1.1

2006-06-26 Thread Patrick Jessee
Hello. This may be a usage issue, but we did not have this problem with version 1.0.2. When starting a parallel job (using TCP) with mpirun, the following message is repeated many times: [devi01:24440] mca_oob_tcp_accept: accept() failed with errno 9. [devi01:24440] mca_oob_tcp_accept:

[OMPI users] Openmpi 1.1: startup problem caused by file descriptor state

2006-06-28 Thread Patrick Jessee
Hello. I've tracked down the source of the previously reported startup problem with Openmpi 1.1. On startup, it fails with the messages: mca_oob_tcp_accept: accept() failed with errno 9. : This didn't happen with 1.0.2. The trigger for this behavior is if standard input happens to be

Re: [OMPI users] Openmpi 1.1: startup problem caused by file descriptor state

2006-06-28 Thread Patrick Jessee
Brian Barrett wrote: On Wed, 2006-06-28 at 09:43 -0400, Patrick Jessee wrote: Hello. I've tracked down the source of the previously reported startup problem with Openmpi 1.1. On startup, it fails with the messages: mca_oob_tcp_accept: accept() failed with errno 9. : This didn't

[OMPI users] error messages for btl components that aren't loaded

2006-06-28 Thread Patrick Jessee
Hello. I'm getting some odd error messages in certain situations associated with the btl components (happens with both 1.0.2 and 1.1). When certain btl components are NOT loaded, openMPI issues error messages associated with those very components. For instance, consider an application that

Re: [OMPI users] keyval parser error after v1.1 upgrade

2006-06-29 Thread Patrick Jessee
'm a little confused about your response. Are you replying to the "keyval parser" thread (i.e., saying that you had the same problem as Benjamin Landsteiner), or are you replying to the "mca_oob_tcp_accept" thread? -Original Message- From: users-boun...@open-mpi.org [ma

[OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-20 Thread Patrick Jessee
Hello. I'm wondering if anyone knows of a way to get OpenMPI to compile shared libraries without hard-coding the installation directory in them. After compiling and installing OpenMPI, the shared libraries have the installation libraries hard-coded in them. For instance: $ ldd libmpi.so

Re: [OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-21 Thread Patrick Jessee
herdir. I know almost nothing about Fluent :-(, but do you wrap the call to mpirun in a script/executable somewhere? Such that you could hide: mpirun --prefix /otherdir ... This might be good enough to do what you need. Would that work? On Nov 20, 2006, at 2:54 PM, Patrick Je