|
1. velocity -64 -init 1.tcl -debugger ‘collect’
2. it will generate a test.1.er
3. /grid/common/pkgs/forte/latest/sunstudio/bin/analyzer
To open the corresponding .er file
You can find the performance bottleneck.
PS, for now, on some machines, it will report.
WARNING: Linux-64-bit, 16 CPUs, RHEL_4 system "sjfql465" is not supported by the Performance tools.
Just ignore it, since I did find it works at all till now.
ccrpush -q 900798 CCR900798.tgzIt seems kits are not install properly in your workspace.
Can you please first run following command to refresh the dependency kits.
cd <workspace>/fe/src/ext
/grid/common/pkgs/make/v3.80/bin/make extrefresh
10.1: OSREL==EE40, EE50
11.1: OSREL==EE50
1.
Family: IC
#!/usr/bin/csh -f
set sandBox = $argv[1]
set gcov = /grid/common/pkgs/gcc/v4.4.3p1/bin/gcov
set genhtml = /grid/common/pkgs/lcov/v1.7/bin/genhtml
set lcov = /grid/common/pkgs/lcov/v1.7/bin/lcov
#cd fe/src
$lcov -z -d $sandBox/fe/src/ck/
#\cp /icd/shanghai/sna/CTS/FE101-gcov/tools.lnx86/fe/obj/64bit/ck/*.gc* /icd/shanghai/sna/CTS/FE101-gcov/fe/src/ck/
\cp $sandBox/tools.lnx86/fe/obj/64bit/ck/*.gc* $sandBox/fe/src/ck/
$lcov -c -d $sandBox/fe/src/ck/ --gcov-tool $gcov -o $sandBox/fe/src/ck/trace.info.orig
$lcov -r $sandBox/fe/src/ck/trace.info.orig -o $sandBox/fe/src/ck/trace.info /grid/\* /usr/\* 4\.\* include\* tools\.\* $genhtml --legend --no-prefix --show-details `find ck -name trace.info -print`
If you want to use CM build, you can use following script:
/home/fe81pv/fepv_master.pl -re <release, such as 10.1> -b <build> -p amd64 -g daily_yellow -run <rundir>
If you want to use R&D build, then you need to run daily_yellow cases in testify2:
We have 2 group cases in daily_yellow, you need to submit those cases separately:
1. Yellow group:
cd /spc/spc4/SOCE_10_10_test/testcases;
set encounter version;
../bin/testify2 -failkeep –rundir <rundir> -lsf -lsfcontrol /spc/spc4/SOCE_10_10_test/scripts/lsf.config.soce.amd64 –te `cat /icd/socepvdev25/tests/tingz/scratch/tmprun/yellow.list`
2. Zero group:
cd /spc/regtest/regtest1/fe/testcases;
set encounter version;
../bin/testify2 -failkeep –rundir <rundir> -lsf -lsfcontrol /spc/spc4/SOCE_10_10_test/scripts/lsf.config.soce.amd64 –te `cat /icd/socepvdev25/tests/tingz/scratch/tmprun/zero.list`