From: Michal Sojka Date: Fri, 21 May 2010 13:30:39 +0000 (+0200) Subject: Setup CPU manager for all 3 CPUs in the case study X-Git-Tag: jsa-paper-casestudy-v2~18 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/demo.git/commitdiff_plain/1d960962cb1aa1b711801831a7b110ed781b8a02 Setup CPU manager for all 3 CPUs in the case study --- diff --git a/build/setup b/build/setup index f4bac9a..3f6fa86 100755 --- a/build/setup +++ b/build/setup @@ -11,7 +11,9 @@ sleep 0.1 ( logapp --logtime=true --logfile=fcb.log ./_compiled/bin/fcb -l 3 & sleep 0.1 -./_compiled/bin/frm_aqcpu & +FRSH_CPU_ID=0 ./_compiled/bin/frm_aqcpu & +FRSH_CPU_ID=1 ./_compiled/bin/frm_aqcpu & +FRSH_CPU_ID=2 ./_compiled/bin/frm_aqcpu & ./_compiled/bin/frm_fwp -l 2 --ofdm --bitrate 12 & echo -n "Please wait: " sudo ./_compiled/bin/frm_diskbfq -i 0 -d /dev/hda &