Hi all,
I met a problem when try to proflie our xeon phi code with VTune 2015 (shown in the Figure below) :
Following the instruction, I find that all values of "Card number" in project properties dialog have been pre-initailized and that's a parameter we can't change manually.
Then I followed the steps as shown in the discussion below:
https://software.intel.com/en-us/forums/topic/536153
But an error appeared when restarting the mpss service:
[root@mdlslx111 ~]# service mpss restart
Restarting mpss (via systemctl): Job for mpss.service failed. See 'systemctl status mpss.service' and 'journalctl -xn' for details.
[FAILED]
[root@mdlslx111 ~]# systemctl status mpss.service -l
mpss.service - Intel(R) MPSS control service
Loaded: loaded (/etc/systemd/system/mpss.service; enabled)
Active: failed (Result: exit-code) since Fri 2015-04-03 11:46:35 CEST; 25s ago
Process: 211396 ExecStart=/etc/init.d/mpss start (code=exited, status=1/FAILURE)
Apr 03 11:46:35 mdlslx111 mpss[211396]: Starting Intel(R) MPSS: [FAILED]
Apr 03 11:46:35 mdlslx111 systemd[1]: mpss.service: control process exited, code=exited status=1
Apr 03 11:46:35 mdlslx111 systemd[1]: Failed to start Intel(R) MPSS control service.
Apr 03 11:46:35 mdlslx111 systemd[1]: Unit mpss.service entered failed state.
Any ideas? Thank you in advance.
Bests,
Yunsong