Hi
I see that XMPI will do all that I need, but it says, it works with
LAM/MPI up to versions 6.3.2 & 6.5.9, I am not sure if trying that with
open/mpi will work or not,
Thanks again,
Manal
On Fri, 2006-07-07 at 12:27 +1000, Manal Helal wrote:
> thing that can show me varia
or, if there is openMPI under Windows, where I can do some visual
debugging,
I appreciate any hints, because my application is getting too big, that
printf are not doing any good,
thanks,
Manal
On Fri, 2006-07-07 at 14:10 +1000, Manal Helal wrote:
> Hi
>
> I see that XMPI will do all that I
Although it will add some overhead, have you tried using MPI_Probe before
calling MPI_Recv. I am curious to know if the Probe is less CPU intensive than
a direct call to MPI_Recv. An example of how I use it:
MPI_Probe(MPI_ANY_SOURCE,MPI_ANY_TAG,MPI_COMM_WORLD,&status);
When I run my MPI enabled application via mpirun, my application
command-prompt looses its readline editing capability. I was wondering if
there is workaround.
Thanks.
Saadat.
Eric Thibodeau wrote:
Hello all,
Before I embark on a train that will run out of tracks, I wanted to
get a WFF concerning the spwaning mechanisme in OpenMPI. The intent
is that I would program a "simple" parallel application that would
demonstrate the ability of recent MPI implementations (OpenM
Hello All,
I would like to know if anyone has tested Client server model using OpenMPI.
Is there a place where i can get some simple example of this type of system.
Thanks
Abhinav
Yes, I was interested in the example such as:
http://www-unix.mcs.anl.gov/mpi/mpi-standard/mpi-report-2.0/node98.htm#Node98
The way I see it, there are litteraly two programs, a Manager program and a
Worker program which is started by the manager (the example doesn't show if
multiple workers ar
Hello,
I have done some work on this using MPICH which is very similar to OpenMPI
usage.
The i think this is working as soon as you spawn a process it creates a
intercommunicator and you can comunicate with the corresponding working
using that intercommunicator. If you want to communicate b