Commit f9aab839 authored by German Leon's avatar German Leon
Browse files

setconfig.py

parent 48d8f7ed
...@@ -46,7 +46,7 @@ def writeOutput(serie, output, elapsedTime, outputFileName, fileName): ...@@ -46,7 +46,7 @@ def writeOutput(serie, output, elapsedTime, outputFileName, fileName):
serie.write("\n***Elapsed time: %s ms. ***\n" % (elapsedTime)) serie.write("\n***Elapsed time: %s ms. ***\n" % (elapsedTime))
# if verbose: # if verbose:
# print("%s " % (output) ) # print("%s " % (output) )
# serie.write("%s " % (output) ) # serie.write("%s " % (output) )
output += "\n\n***Elapsed time: " + `elapsedTime` + " ms. ***\n\n" output += "\n\n***Elapsed time: " + `elapsedTime` + " ms. ***\n\n"
......
#!/bin/bash #!/bin/bash
# start the four cores
#/home/ubuntu/bin/startcores
export MYHOME=$(echo $0|cut -d'/' -f1-3) export MYHOME=$(echo $0|cut -d'/' -f1-3)
cd $MYHOME cd $MYHOME
#chmod 0666 /dev/ttyS0 #chmod a+rw /dev/watchdog0
# Nos vamos al directorio donde estan los test date>> reboot.log
cd `grep -v \# dir_test` export LD_LIBRARY_PATH=/usr/local/cuda/lib64
echo "Solo lo mantenemos vivo..." # Nos vamos al directorio donde estan los test
cd `grep -v \# dir_test`
#$MYHOME/bin/serie.py #tools/serie.py
#/home/happy/bin/serie.py
if test -f "deleteindex.flag"; then if test -f "deleteindex.flag"; then
rm lastFiNumber deleteindex.flag rm lastFiNumber deleteindex.flag
fi fi
$MYHOME/bin/iamalive #/bin/bash
$MYHOME/bin/iamalive_ini 20 10 &
./test.sh
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment