Software Archive
Read-only legacy content
17061 Discussions

Installing MPSS

Karan_S_
Beginner
661 Views

All,

I Recently obtained a xeon-phi and I have been trying to install it. I have centos 6.5. I followed the instruction and installed the mpss service using yum install MPSS. After installing, i do lsmod | grep mic and I can see the mic. Furthermore, I can see xeon phi in lspci -vv

 

Co-processor: Intel Corporation Xeon Phi coprocessor SE10/7120 series (rev 20)
        Subsystem: Intel Corporation Device 7d99
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 255
        Region 0: Memory at <unassigned> (64-bit, prefetchable) [disabled] [size=16G]
        Region 4: Memory at f2000000 (64-bit, non-prefetchable) [disabled] [size=128K]
        Capabilities: [44] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [4c] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 256 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
                LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <4us, L1 unlimited
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [88] MSI: Enable- Count=1/16 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [98] MSI-X: Enable- Count=16 Masked-
                Vector table: BAR=4 offset=00017000
                PBA: BAR=4 offset=00018000
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-

 

 

However I get the following

[root@apollo1 mpss-3.2.1]# lsmod | grep mic
mic                   591295  0
microcode             112685  0
[root@apollo1 mpss-3.2.1]# sudo modprobe mic
[root@apollo1 mpss-3.2.1]# sudo micctrl --initdefaults
[Warning] No Mic cards found or specified on command line

Can someone help me out. Am i doing something wrong ?

 

0 Kudos
4 Replies
TaylorIoTKidd
New Contributor I
661 Views

Hi Karan,

You are using a non-supported OS. This just means that we don't validate against it. Plenty of people use Centos without issue.

Have you recompiled the kernel module for use with Centos?

Regards
--
Taylor
 

0 Kudos
TimP
Honored Contributor III
661 Views

0 Kudos
TimP
Honored Contributor III
661 Views

The pre-built MPSS for RHEL 6.5 should work on CentOS 6.5 x86_64 if the BIOS is compatible with the right settings.

0 Kudos
TaylorIoTKidd
New Contributor I
661 Views

Tim,

You took the wind right out of my sails. If the BIOS doesn't support memory mapped I/O >4G, you need to update your BIOS.

You can find a lot more information about what type of BIOS upgrades you need by searching software.intel.com.

Regards
--
Taylor
 

0 Kudos
Reply