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: douchewhite
Subject: Re: hwo to run multiple instances on Linux
Date: Tue, 10 Aug 2010 10:09:09 -0700 (PDT)

I found out that using this script after one loop is over, the script
wouldn't generate the .log file again, like the matlab version of script
did. So right now my file stops every time it finishes one loop. My script
file right now looks like this.
#!/bin/sh -f

FILE=$1

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

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

nohup /home/usr/run-octave -q $FILE >& $LGFL".log" & 

echo "Command Started

Is this caused by the script? Any suggestions how to fix it?
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/hwo-to-run-multiple-instances-on-Linux-tp2297766p2320124.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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