startup_script_noactivo.sh 434 Bytes
Newer Older
German Leon's avatar
German Leon committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

# start the four cores
#/home/ubuntu/bin/startcores
export MYHOME=$(echo $0|cut -d'/' -f1-3)
cd $MYHOME
#chmod a+rw /dev/watchdog0

date>> reboot.log
export LD_LIBRARY_PATH=/usr/local/cuda/lib64

# Nos vamos al directorio donde estan los test
cd `grep -v \# dir_test`

#tools/serie.py
if test -f "deleteindex.flag"; then
   rm lastFiNumber deleteindex.flag
fi   

#/bin/bash

$MYHOME/bin/iamalive_ini 20 10  &

./test.sh