help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems installing openmpi_ext


From: Francis Poulin
Subject: Re: problems installing openmpi_ext
Date: Tue, 10 Sep 2013 15:11:17 +0000

Hello Michael,

Thanks for the advice.   I tried your example for starters and the good news is that it ran.  The not so good news is that it doesn't seem to stop, at least not after 5 minutes.  What output do you get if you don't mind me asking?

Cheers, Francis

On 2013-09-10, at 4:16 AM, Michael Creel <address@hidden>
 wrote:


On Mon, Sep 9, 2013 at 7:20 PM, Francis Poulin <address@hidden> wrote:
Hello Michael,

Thanks for the information.  If I wanted to start to learn about the MPI package would you suggest any resources: tutorials, examples and the like that I can try out before I try programming things on my own?

Thanks again,
Francis

On 2013-09-09, at 9:20 AM, Michael Creel <address@hidden>
 wrote:

> I don't have experience with parcellfun, but I'm a daily used of the
> openmpi-ext package, or as of a few days ago, the mpi package, after the
> rename. I find that the package works perfectly well under Linux (Debian
> Jessie) using Open MPI 1.4.5. HTH.
> Michael
>

Hi Francis,
MPI in Octave works very much like MPI with C or Fortran, so the examples you can find in the tutorials for those languages are very useful. Attached is a simple example for octave. This shows send, receive, and Iprobe. Run it using "mpirun -np X octave --eval example" from the shell. 

For the list, I haven't been posting for a while, and I don't recall if attachments work. My apologies if messes up this message.
Cheers,
M.


<example.m>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]