[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave setup on a Cluster Computer
From: |
Carlo De Falco |
Subject: |
Re: Octave setup on a Cluster Computer |
Date: |
Tue, 26 Jan 2016 11:16:19 +0000 |
On 26 Jan 2016, at 09:04, Iaan Rossouw Transnet Engineering KDS
<address@hidden> wrote:
> -----------------------------------------------------------------------------------------------------
> Run Command:
>
> Mpirun --hostfile hostfile –np 14 octave –q –eval “pkg load mpi; helloworld()”
>
IIRC the correct syntax should be
mpirun --hostfile hostfile –np 14 octave –q –-eval “pkg load mpi; helloworld()”
notice the use of '--eval' instead of '-eval'.
What version of Octave are you using?
The MPI package is not currently working on Octave 4.0.* you will need to
install
an older release to use MPI from Octave right now.
HTH,
c.