Re: [OMPI users] Newbie question

2011-01-10 Thread pooja varshneya
You can use mpirun. On Mon, Jan 10, 2011 at 8:04 PM, Tena Sakai wrote: > Hi, > > I am an mpi newbie. My open MPI is v 1.4.3, which I compiled > on a linux machine. > > I am using a language called R, which has an mpi interface/package. > It appears that it is happy, on

Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-23 Thread pooja varshneya
Hi Lewis, On Thu, Sep 23, 2010 at 9:38 AM, Lewis, Ambrose J. wrote: > Hi All: > > I’ve written an openmpi program that “self schedules” the work. > > The master task is in a loop chunking up an input stream and handing off > jobs to worker tasks.  At first the master

Re: [OMPI users] Hyper-thread architecture effect on MPI jobs

2010-08-11 Thread pooja varshneya
Saygin, You can use mpstat tool to see the load on each core at runtime. Do you know exactly which particular calls are taking longer time ? You can run just those two computations (one at a time) on a different machine and check if the other machines have similar or lesser computation time. -

[OMPI users] MPIError:MPI_Recv: MPI_ERR_TRUNCATE:

2010-05-03 Thread Pooja Varshneya
Hi All, I have written a program where MPI master sends and receives large amount of data i.e sending from 1KB to 1MB of data. The amount of data to be sent with each call is different The program runs well when running with 5 slaves, but when i try to run the same program with 9 slaves,

Re: [OMPI users] [OMP users]: OpenMP1.4 tuning for sending large messages

2010-04-28 Thread Pooja Varshneya
/ and test it. В Пнд, 26/04/2010 в 15:28 -0400, Pooja Varshneya пишет: Hi All, I am using OpenMPI 1.4 on a cluster of Intel quad-core processors running Linux and connected by ethernet. In an application, i m trying to send and receive large messages of sizes ranging from 1 KB upto 500 MB

[OMPI users] [OMP users]: OpenMP1.4 tuning for sending large messages

2010-04-26 Thread Pooja Varshneya
Hi All, I am using OpenMPI 1.4 on a cluster of Intel quad-core processors running Linux and connected by ethernet. In an application, i m trying to send and receive large messages of sizes ranging from 1 KB upto 500 MB. The application works fine if the messages sizes are within 1 MB