help-octave
[Top][All Lists]
Advanced

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

hwo to run multiple instances on Linux


From: douchewhite
Subject: hwo to run multiple instances on Linux
Date: Wed, 21 Jul 2010 14:00:49 -0700 (PDT)

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:

#!/bin/sh -f

FILE=$1

LGFL=`echo $FILE | sed 's/.$//' | sed 's/.$//'`

echo "Running -> " $FILE
echo "Matlab Output -> " $LGFL".log"

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

echo "Command Started" 


Just want to mention my Octave directory is
home/user/octave-3.2.4/run-octave.exe. The Octave under the root account is
a much older version. 
Thanks very much for helping me out!
                                                                                
                              
Guo Shi Li
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/hwo-to-run-multiple-instances-on-Linux-tp2297766p2297766.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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