System information

Intel® Xeon Phi Coprocessor DEVELOPERS QUICK START GUIDE
10
3. Verify that the card is working by running a sample program (located in
/opt/intel/composerxe/Samples/en_US/C++/mic_sample for C/C++ code or in
/opt/intel/composerxe/Samples/en_US/Fortran/mic_sample for Fortran code) with
setenv H_TRACE 2 or export H_TRACE=2 to display the dialog between the Host and Intel®
Xeon Phi™ Coprocessor (messages from the processor will be prefixed with MIC:”). If you do see a
dialog then everything is running fine and the system is ready for general use.
4. If you intend to collect performance data on this system using Intel VTune Amplifier XE 2013:
a) Load the data collection driver after starting the coprocessor by going to
/opt/intel/vtune_amplifier_xe/bin64/k1om/ and running:
sudo sep_micboot_create.sh
sudo sep_micboot_install.sh
b) Start (or restart) the Intel® Manycore Platform Software Stack service (this also starts the
sampling driver once the files are copied in the previous step):
sudo service mpss restart
sudo micctrl -r
sudo micctrl -w
The coprocessor has successfully restarted when micctrl w reports “micx: online
c) The sampling driver will now start every time the coprocessor is restarted
d) If you ever need to reinstall the sampling driver, it can be done as follows:
sudo service mpss stop
sudo sep_micboot_uninstall.sh
sudo service mpss restart
sudo micctrl w
Updating an Existing System
Updating a system that already has an Intel® Xeon Phi™ Coprocessor
1. From Intel® Developer Zone page http://software.intel.com/mic-developer, click on the Tools &
Downloads tab, then select “Intel® Many Integrated Core Architecture (Intel® MIC Architecture)
Platform Software Stack” on this page. Download “Readme file for the Intel® MPSS release
(readme.txt). Also download the release notes (releaseNotes.txt)
2. Uninstall the previous version of the MPSS and install the new MPSS using the instructions in
section 2.2 of readme.txt . Note that when you untar the driver, you will find the following
documents: readme.txt and the “MPSS Boot Configuration Guide”. The readme.txt is exactly the
same as the one described in step 1.