Re: [OMPI users] Open MPI 1.1.2 stdout problem with IBM AIX 5.3

2006-12-22 Thread Ali Eghlima
someone with access and willing to help, we will explore it further. Ralph On 12/22/06 11:29 AM, "Ali Eghlima" wrote: Hi Ralph, Thanks for the quick reply. The launch environment is rsh. I was also puzzled, when I find out --debug-daemons option makes mpirun to work for a s

Re: [OMPI users] Open MPI 1.1.2 stdout problem with IBM AIX 5.3

2006-12-22 Thread Ali Eghlima
, we’ll try to dig deeper into this issue. Ralph On 12/22/06 7:44 AM, "Ali Eghlima" wrote: Hello, We have Open MPI 1.1.2 installed on IBM AIX 5.3 cluster. It looks like terminal output is broken. There are a few entry in the archive for this problem, with no suggested soluti

[OMPI users] Open MPI 1.1.2 stdout problem with IBM AIX 5.3

2006-12-22 Thread Ali Eghlima
Hello, We have Open MPI 1.1.2 installed on IBM AIX 5.3 cluster. It looks like terminal output is broken. There are a few entry in the archive for this problem, with no suggested solution or real work around. I am putting this posting with hope to get some advise for a work around or solution.

[OMPI users] OpenMPI on VxWorks?

2006-06-02 Thread Ali Eghlima
Hello, Looking at the OpenMPI web site, I couldn't find any reference to support for VxWorks. Here are my questions: - Is there any plan for OpenMPI to run on VxWorks? - Does anyone has ported/customized OpenMPI to work on VxWorks? - What level of effort does it take to

[OMPI users] Release date for V1.1 or V1.0.3?

2006-05-15 Thread Ali Eghlima
Hello, Does anyone has info on release date for Open MPI V1.1 ? Thanks Ali,

[OMPI users] Open MPI

2006-04-04 Thread Ali Eghlima
Hello, We are evaluating to use Open MPI in one of our project. Our initial evaluation indicate that, Open MPI is a well defined and stable product. I am looking to find a list of the government projects especially DOD or DOE related projects or Lab that are using MPI. Thanks Ali, Ali

Re: [OMPI users] How to establish communication between two separate COM WORLD

2006-03-27 Thread Ali Eghlima
e before the "lookup", and this involves some synchronization between the processes anyway. Simple examples can be found in the handbook on MPI : "Using MPI-2" by William Gropp et al. Best Regards, Jean Ali Eghlima wrote: Hello, I have read MPI-2 documents as

[OMPI users] How to establish communication between two separate COM WORLD

2006-03-24 Thread Ali Eghlima
Hello, I have read MPI-2 documents as well as FAQ. I am confused as the best way to establish communication between two MPI_COMM_WORLD which has been created by two mpiexec calls on the same node. mpiexec -conf config1 This start 20 processes on 7 nodes mpiexec -conf config2 Th