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):
serie.write("\n***Elapsed time: %s ms. ***\n" % (elapsedTime))
# if verbose:
# print("%s " % (output) )
# print("%s " % (output) )
# serie.write("%s " % (output) )
output += "\n\n***Elapsed time: " + `elapsedTime` + " ms. ***\n\n"
......
#!/bin/bash
# start the four cores
#/home/ubuntu/bin/startcores
export MYHOME=$(echo $0|cut -d'/' -f1-3)
cd $MYHOME
#chmod 0666 /dev/ttyS0
#chmod a+rw /dev/watchdog0
# Nos vamos al directorio donde estan los test
cd `grep -v \# dir_test`
date>> reboot.log
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
#/home/happy/bin/serie.py
#tools/serie.py
if test -f "deleteindex.flag"; then
rm lastFiNumber deleteindex.flag
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