]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Setup CPU manager for all 3 CPUs in the case study
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 21 May 2010 13:30:39 +0000 (15:30 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 21 May 2010 13:30:39 +0000 (15:30 +0200)
build/setup

index f4bac9adfa86c06b030ea9e217705df54e2fd0be..3f6fa861486f52b3f42a19251f066d7cd3dc5faf 100755 (executable)
@@ -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 &