>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
|