[OMPI users] How to know which task on which node

2009-01-19 Thread gaurav gupta
Hello, I want to know that which task is running on which node. Is there any way to know this. Is there any profiling tool provided along with openmpi to calculate time taken in various steps. -- GAURAV GUPTA B.Tech III Yr. , Department of Computer Science & Engineering IT BHU , Varanasi Contact

Re: [OMPI users] How to know which task on which node

2009-01-19 Thread Gijsbert Wiesenekker
gaurav gupta wrote: Hello, I want to know that which task is running on which node. Is there any way to know this. Is there any profiling tool provided along with openmpi to calculate time taken in various steps. -- GAURAV GUPTA B.Tech III Yr. , Department of Computer Science & Engineering I

Re: [OMPI users] How to know which task on which node

2009-01-19 Thread kmuriki
Hi Gaurav, Try using the -display-map option with mpirun command. I use it and it gives me the nodes listing along with MPI tasks running on those nodes. --Krishna. On Mon, 19 Jan 2009, gaurav gupta wrote: Hello, I want to know that which task is running on which node. Is there any way to k

Re: [OMPI users] How to know which task on which node

2009-01-19 Thread Ashley Pittman
On Mon, 2009-01-19 at 12:50 +0530, gaurav gupta wrote: > Hello, > > I want to know that which task is running on which node. Is there any > way to know this. >From where? From the command line outside of a running job then the new open-ps command in v1.3 will give you this information. In 1.2

[OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-19 Thread Olivier Marsden
Hello, I'm trying to compile ompi 1.3rc7 with the sun studio express comilers. I'm using the following configure command: CC=/opt/sun/express/sunstudioceres/bin/cc CXX=/opt/sun/express/sunstudioceres/bin/CC F77=/opt/sun/express/sunstudioceres/bin/f77 FC=/opt/sun/express/sunstudioceres/bin/

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-19 Thread Douglas Guptill
When I use the Intel compilers, I have to add to my PATH and LD_LIBRARY_PATH before using "mpif90". I wonder if this needs to be done in your case? Douglas. On Mon, Jan 19, 2009 at 05:49:53PM +0100, Olivier Marsden wrote: > Hello, > > I'm trying to compile ompi 1.3rc7 with the sun studio expres

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-19 Thread Olivier Marsden
Thanks for the suggestion. Unfortunately I had already tried that to no avail. Olivier Douglas Guptill wrote: When I use the Intel compilers, I have to add to my PATH and LD_LIBRARY_PATH before using "mpif90". I wonder if this needs to be done in your case? Douglas. On Mon, Jan 19, 2009 at

[OMPI users] Announcing the release of Open MPI version 1.3

2009-01-19 Thread Tim Mattox
The Open MPI Team, representing a consortium of research, academic, and industry partners, is pleased to announce the release of Open MPI version 1.3. This release contains many bug fixes, feature enhancements, and performance improvements over the v1.2 series, including (but not limited to): *