startup_script_noactivo.sh 469 Bytes
Newer Older
German Leon's avatar
German Leon committed
1
2
3
4
5
#!/bin/bash

# start the four cores
#/home/ubuntu/bin/startcores
export MYHOME=$(echo $0|cut -d'/' -f1-3)
German Leon's avatar
German Leon committed
6
export HOSTNAME
German Leon's avatar
German Leon committed
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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  &
German Leon's avatar
German Leon committed
24
25
$MYHOME/bin/id.sh
./test.sh &