help-octave
[Top][All Lists]
Advanced

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

Re: hwo to run multiple instances on Linux


From: Judd Storrs
Subject: Re: hwo to run multiple instances on Linux
Date: Wed, 21 Jul 2010 17:42:18 -0400

On Wed, Jul 21, 2010 at 5:00 PM, douchewhite <address@hidden> wrote:
> I need to run multiple instances of Octave on a Linux OS clusters. I had a
> shell script that does the same job for Matlab. However I have zero
> experience writing shell scripts, can some one help me change it so it works
> for Octave? my file goes like:

If the previous script worked for matlab, I think you only need to change:

> nohup Matlab -nojvm -nodisplay < $FILE >& $LGFL".log" &

to:

nohup octave -q $FILE >& $LGFL".log" &

> Just want to mention my Octave directory is
> home/user/octave-3.2.4/run-octave.exe

FYI: this file name suspiciously looks like the windows version of
octave instead of the linux version.


--judd


reply via email to

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