- This topic has 0개 답변, 1명 참여, and was last updated 15 years, 4 months 전에 by
인베인. This post has been viewed 941 times
-
-
https://premier.intel.com/
https://registrationcenter.intel.com/support/
http://www.intel.com/software/products/
http://www.intel.com/intelpress1. Download & Installation
fc5#> tar zxvf vtune_linux_8.0.tar.gz
fc5#> ./install.sh
The format of the serial number is: XXXX-XXXXXXXX
fc5#> ls /opt/intel/vtune (installation directory.)
fc5#> cat /var/log/vtune_install.log
fc5#> vi /etc/profile
export PATH=$PATH:/binfc5#> ./vtl version
VTune(TM) Performance Analyzer 8.0.4 for Linux*
Copyright (C) 2000-2006 Intel Corporation. All rights reserved.
Installed Intel(R) Software Development Products:
VTune(TM) Performance Analyzer 8.0.4 for Linux*
Build: 750
Copyright (C) 2000-2006 Intel Corporation. All rights reserved.
fc5#> tree
+-- opt
|
+ -- sag (EntireX package directory).
|
+ -- intel
|
+-- eclipsepackage (Eclipse* package)
|
+-- vtune ( for the VTune analyzer files).
|
+-- bin (binaries and executable files).
|
+-- doc (documentation files).
|
+-- man (man pages and files associated with this product).
|
+-- rdc (VTune analyzer Remote Agent).
|
+-- samples (VTune analyzer getting started sample files).
|
+-- vdk (VTune analyzer driver kit).2. Start
fc5#> cd /opt/intel/vtune/samples/gsexample
fc5#> make
fc5#> ./gsexample2a datafile.txtfc5#> /opt/intel/vtune/bin/vtlec
"+"Click - First Use Wizard - Application to profile -
.Application to launch: /opt/intel/vtune/samples/gsexample/gsexample2a
.Application arguments: datafile.txt
.Working directory : /opt/intel/vtune/samples/gsexample3. uninstall
3.1 how to unistall normally
fc5#> /bin/uninstall_vtune.sh (VTune analyzer for Linux)
fc5#> /bin/uninstall_vdk.sh (VTune analyzer Driver Kit)
fc5#> /bin/EPuninstall.sh (Eclipse package)
fc5#> /bin/uninstall_rdc.sh (Remote Agent)3.2 How to uninstall manually
fc5#> rpm -e --nodeps --noscripts `rpm -qa | egrep 'intel-vdk|intel-vtune'`
fc5#> rpm -e --noscripts `rpm -qa | grep dcom`
fc5#> rm -rf /opt/sag
fc5#> rm -rf /etc/dcom
fc5#> rm -rf /var/log/dcomend of line.
* 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치
- 답변은 로그인 후 가능합니다.