Hello,
I have installed MPSS 3.4.1 on SLES11 SP3 and by some reason COI "hello world" does not work. The installed MIC card is working fine (COIEngineGetCount returns 1 device), but COIEngineGetHandle() returns COI_NOT_INITIALIZED:
micdev-sles11sp3:~ # coitrace -engine -buffer -event -pipeline -process ./coi_test
COIEngineGetCount [ThID:0x2aaaac4daca0]
in_ISA = COI_ISA_MIC
out_pNumEngines = 0x7fffffffdc74 0x00000001 (hex) : 1 (dec)
1 engines available
COIEngineGetHandle [ThID:0x2aaaac4daca0]
in_ISA = COI_ISA_MIC
in_EngineIndex = 0x00000000 (hex) : 0 (dec)
out_pEngineHandle = 0x7fffffffdc78 0x400870
COIEngineGetHandle result COI_NOT_INITIALIZED
micdev-sles11sp3:~ #
micdev-sles11sp3:~ # miccheck
MicCheck 3.4-r1
Copyright 2013 Intel Corporation All Rights Reserved
Executing default tests for host
Test 0: Check number of devices the OS sees in the system ... pass
Test 1: Check mic driver is loaded ... pass
Test 2: Check number of devices driver sees in the system ... pass
Test 3: Check mpssd daemon is running ... pass
Executing default tests for device: 0
Test 4 (mic0): Check device is in online state and its postcode is FF ... pass
Test 5 (mic0): Check ras daemon is available in device ... pass
Test 6 (mic0): Check running flash version is correct ... pass
Test 7 (mic0): Check running SMC firmware version is correct ... pass
Status: OK
micdev-sles11sp3:~ #
micdev-sles11sp3:~ # ssh mic0 hostname
micdev-sles11sp3-mic0
micdev-sles11sp3:~ #
micdev-sles11sp3:~ # cat /sys/class/mic/mic0/family
x100
micdev-sles11sp3:~ #
With the similar setup on centos6 the coi examples work as expected. Could you please advise me where and what I can to check. Are any issues known on sles11 sp3 now with coi engine?
Best regards,