LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Nelson Brito (ntbrito_at_[hidden])
Date: 2005-02-16 11:07:13


>Do I need to install Octave on every node in a cluster to use Octave
>in a parallel program?
>
>

you have several ways (3 that i now :-)) to run a parallel program with
lam-mpi:
or you install it in every node of your cluster, always with the same path;
or you install it in a shared filesystem;
or you spawn the program to all the processors (see man mpirun).

So one possible answer to your question is "yes but i don't have to".

Kind regards,
nelson