[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 12:43:07 +0000 |
On 26 Jan 2016, at 13:26, Iaan Rossouw Transnet Engineering KDS
<address@hidden> wrote:
> mpirun --hostfile hostfile -np 14 --path /opt/local/bin/octave -q --eval "pkg
> load mpi; helloworld ()"
Try:
mpirun --hostfile hostfile -np 14 --path /opt/local/bin/ -q --eval "pkg load
mpi; helloworld ()"
or
mpirun --hostfile hostfile -np 14 /opt/local/bin/octave -q --eval "pkg load
mpi; helloworld ()"
c.