Re: [OMPI users] Hi, I am working on topic "Topology aware mapping of processes in intra node environment". I need to find the binding of each rank on the local machine. How do I do this? I am using O

2013-02-08 Thread Ralph Castain
Ummm...you might want to look at the developer's trunk as we do topology aware mapping today. Will be released soon in the 1.7.0 release. On Feb 8, 2013, at 5:48 PM, Kranthi Kumar wrote: > Hi, > I am working on topic "Topology aware mapping of processes in intra node > environment". I need to

[OMPI users] Hi, I am working on topic "Topology aware mapping of processes in intra node environment". I need to find the binding of each rank on the local machine. How do I do this? I am using OPENM

2013-02-08 Thread Kranthi Kumar
Hi, I am working on topic "Topology aware mapping of processes in intra node environment". I need to find the binding of each rank on the local machine. How do I do this? I am using OPENMPI version 1.4.1 Thank You -- Kranthi

[OMPI users] Hi!!!

2013-02-02 Thread Randolph Pullen
http://www.corcoranharnist.com/components/com_content/yaid3521.php _ Randolph Pullen

Re: [OMPI users] Hi

2007-12-27 Thread SaiGiridhar Ramasamy
Hi amit, I got a fair idea of wat pgapack is and also installed it serially in a single system.Can u tell some applications that can be designed with this.

Re: [OMPI users] Hi

2007-12-18 Thread Amit Kumar Saha
On 12/18/07, SaiGiridhar Ramasamy wrote: > > Can you elaborate it still? http://www-fp.mcs.anl.gov/CCST/research/reports_pre1998/comp_bio/stalk/pgapack.html HTH, Amit -- Amit Kumar Saha Writer, Programmer, Researcher http://amitsaha.in.googlepages.com http://amitksaha.blogspot.com

Re: [OMPI users] Hi

2007-12-18 Thread SaiGiridhar Ramasamy
Can you elaborate it still?

Re: [OMPI users] Hi

2007-12-18 Thread Amit Kumar Saha
On 12/18/07, SaiGiridhar Ramasamy wrote: > > > Great.I have few on hand experience with MPI(tracking target) it involved > GA.We jus had an intro on parallel GA too.I prefer any kind of application > which can be finished in 2 or 3 months. How about trying out 'PGAPack' then? >

Re: [OMPI users] Hi

2007-12-18 Thread SaiGiridhar Ramasamy
Great.I have few on hand experience with MPI(tracking target) it involved GA.We jus had an intro on parallel GA too.I prefer any kind of application which can be finished in 2 or 3 months.

Re: [OMPI users] Hi

2007-12-18 Thread Amit Kumar Saha
On 12/18/07, SaiGiridhar Ramasamy wrote: > hi, > As a project for final year.Not just to test. Okay, so are you experienced with parallel programming? What kind of HPC applications are you looking for? 3-months back, I had no exposure to parallel programming. Subsequently, I worked on a project

Re: [OMPI users] Hi

2007-12-18 Thread SaiGiridhar Ramasamy
hi, As a project for final year.Not just to test.

Re: [OMPI users] Hi

2007-12-18 Thread Amit Kumar Saha
On 12/18/07, SaiGiridhar Ramasamy wrote: > Hi all, >I've an operational cluster and soon about to form a cluster can > anyone suggest any hpc application. A HPC application to do a test run on your cluster? --Amit -- Amit Kumar Saha Writer, Programmer, Researcher http://amitsaha.in.goo

[OMPI users] Hi

2007-12-18 Thread SaiGiridhar Ramasamy
Hi all, I've an operational cluster and soon about to form a cluster can anyone suggest any hpc application.

Re: [OMPI users] Hi!! Can anybody tell me how to use open mpi profiling PMPI???

2007-04-04 Thread Jeff Squyres
On Apr 4, 2007, at 10:36 AM, Durga Choudhury wrote: Even simpler, you could just write a macro wrapper around MPI_Send (as opposed to C code). However, if your calls are happening inside a precompiled library (and you don't have source code for it or don't want to recompile it) then this wo

Re: [OMPI users] Hi!! Can anybody tell me how to use open mpi profiling PMPI???

2007-04-04 Thread Durga Choudhury
Even simpler, you could just write a macro wrapper around MPI_Send (as opposed to C code). However, if your calls are happening inside a precompiled library (and you don't have source code for it or don't want to recompile it) then this won't work and you'd want a real profiler. However, I don't t

Re: [OMPI users] Hi!! Can anybody tell me how to use open mpi profiling PMPI???

2007-04-04 Thread Jeff Squyres
On Apr 4, 2007, at 11:12 AM, po...@cc.gatech.edu wrote: I want to see how profiling is done .I need to track open mpi _send command. And so need to see how profiling is done.I dont know how to use PMPI_SEND. Can anybody help me??? Generally, you just write an MPI_Send function yourself, li

[OMPI users] Hi!! Can anybody tell me how to use open mpi profiling PMPI???

2007-04-04 Thread pooja
Hi I want to see how profiling is done .I need to track open mpi _send command. And so need to see how profiling is done.I dont know how to use PMPI_SEND. Can anybody help me??? Thanks Pooja