Re: [OMPI users] readline and mpirun

2006-07-11 Thread s anwar
Thanks. Saadat. On 7/11/06, Ralph Castain wrote: I'm afraid that the current comm_spawn system really can't run unless started via mpirun. I'm going to take a shot at fixing it in the near future and can let you know when that is accomplished, but it might take a little while

Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0

2006-07-11 Thread Greg Lindahl
On Tue, Jul 11, 2006 at 12:23:16PM -0400, George Bosilca wrote: > I doubt that icc should know anything about > the gxx_personality. In fact it look like icc is trying to use some > libraries compiled with g++. As an aside, both Intel C++ and PathScale C++ are 100% g++ compatible. Symbols

Re: [OMPI users] readline and mpirun

2006-07-11 Thread s anwar
Jeff: I've tried my application with MPICH2 and OpenMPI only. The readline stuff works in OpenMPI as long as I don't start my application with mpirun. It does not work in MPICH2 irrespective of whether I start my application with mpirun or not. My application starts on a workstation and spawns

Re: [OMPI users] Problem with Openmpi 1.1

2006-07-11 Thread Galen M. Shipman
Hey Justin, Any further details? Thanks, Galen On Jul 8, 2006, at 9:10 AM, Justin Bronder wrote: 1.) Compiling without XL will take a little while, but I have the setup for the other questions ready now. I figured I'd answer them right away. 2.) TCP works fine, and is quite quick

Re: [OMPI users] users Digest, Vol 328, Issue 1

2006-07-11 Thread George Bosilca
Yvan, Shame on me for bringing this bug back into the 1.1. Until we release the 1.1.1 please use the nightly build or the beta from our web site. Starting with the revision 10710 this bug was removed. Forever I hope :) Thanks, george. On Jul 10, 2006, at 5:27 PM, Yvan Fournier

Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0

2006-07-11 Thread Daryl W. Grunau
> Message: 2 > Date: Tue, 11 Jul 2006 12:23:16 -0400 > From: George Bosilca > Subject: Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0 > To: Open MPI Users > Message-ID: <507769b7-8495-478b-b9a8-189826653...@cs.utk.edu> > Content-Type: text/plain;

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread George Bosilca
The MPI standard definition of a port is not the one you expect. It is nothing like a TCP port, even if they support similar operations (open and close). This port is an opaque value (however MPI stadard define it as being a TEXT) than will be used internally by the MPI library in order to

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread John Robinson
Hi Edgar, I really was responding to the original poster, not to you. The MPI port should be treated as an opaque object, really, right? I was also wondering whether the user was worried about the TCP port that MPI daemons use to communicate with each other (assuming there are daemons

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread John Robinson
The MPI publish/lookup calls should handle this, if OpenMPI has them. I haven't tried this with OpenMPI yet, but it claims MPI-2 compilance, right? ;-) /jr --- Ralph H Castain wrote: On 7/11/06 11:59 AM, "Edgar Gabriel" wrote: Abhishek Agarwal wrote: Hello, Is

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Ralph H Castain
On 7/11/06 11:59 AM, "Edgar Gabriel" wrote: > Abhishek Agarwal wrote: >> Hello, >> >> Is there a way of providing a specific port number in MPI_Info when using a >> MPI_Open_port command so that clients know which port number to connect. > > the MPI port-name in Open MPI

Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0

2006-07-11 Thread George Bosilca
I'm using the Intel compiler 9.0 on several platforms to compile Open MPI. I never get such kind of errors. I look into the attached file and I notice 2 things. First, there is a -m64 flag on the command line, and icc complain about not knowing anything about it (and it's right). Second,

[OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Abhishek Agarwal
Hello, Is there a way of providing a specific port number in MPI_Info when using a MPI_Open_port command so that clients know which port number to connect. Do advice of any solution so that we can create the portname inside the client once we know the port number of server. Thanks Abhishek

Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0

2006-07-11 Thread David Gunter
What machine is this on, Daryl? I have a conference call with Intel re: compiler problems today. If I can verify this is an Intel problem I can bring it up to them. Thanks, david On Jul 11, 2006, at 9:53 AM, Daryl W. Grunau wrote: I'm trying to build version 1.1 with Intel 9.0 compilers

Re: [OMPI users] Tutorial

2006-07-11 Thread Eric Thibodeau
www.clustermonkey.net is a very good place to start, click on the "Columns" section in the "Main Menu" in the left pane. Le mardi 11 juillet 2006 07:25, Tony Power a écrit : > Hi! > Where can I find a introductory tutorial on open-mpi? > Thank you ;) >