>Please determine the name of the Stat by using "stat-manager print ..." Currently, sample_and_ipcs.sh uses stat-sample. You mean I have to replace that?
>use the correct Stat name in the sample_and_ipcs.shscript. what do you mean by "stat name"? My simulator is UP.OoO and the main command in sample_and_ipcs.sh is: ( $STAT_DIR/stat-sample stats_db.out.gz */stats_db.out.selected.gz ; grep -vE '^$' */UIPC | sed 's/UIPC: //' | sort > UIPCs ) & Regards, // Naderan *Mahmood; ________________________________ From: Lotfi Kamran Pejman <[email protected]> To: Mahmood Naderan <[email protected]>; simflex <[email protected]> Sent: Mon, October 18, 2010 5:43:15 PM Subject: RE: UIPCs file content Hi Mahmood, In some simulators, the name of the output Stat is not "Nodes-uarch-TB:User:Commits:Busy". Please determine the name of the Stat by using "stat-manager print ..." and use the correct Stat name in the sample_and_ipcs.sh script. Regards, Pejman ________________________________________ From: Mahmood Naderan [[email protected]] Sent: Sunday, October 17, 2010 2:17 PM To: simflex Subject: UIPCs file content Hi, After running a timing simulation, collapse_all.sh creates stats_db.out.gz. However when I run sample_and_ipcs.sh, the content ot UIPCs is: workload1_000_0001/UIPC:{ERR:No Such Stat: Nodes-uarch-TB:User:Commits:Busy } workload1_000_0002/UIPC:{ERR:No Such Stat: Nodes-uarch-TB:User:Commits:Busy } workload1_000_0003/UIPC:{ERR:No Such Stat: Nodes-uarch-TB:User:Commits:Busy } .... Additional info: mahm...@localhost:workload1$ find ./ -name "*stats_db*" ./stats_db.out.gz ./workload1_000_0001/stats_db.out.gz ./workload1_000_0001/stats_db.out.selected.gz ./workload1_000_0002/stats_db.out.gz ./workload1_000_0002/stats_db.out.selected.gz ./workload1_000_0003/stats_db.out.gz ./workload1_000_0003/stats_db.out.selected.gz .... Thanks for any idea // Naderan *Mahmood;
