I've installed the micperf rpm's and am trying to trouble shoot reports of performance variance. When I try to run the "micprun" command on the michost I get this output:
[root@n1297 mpss-3.3]# micprun
Traceback (most recent call last):
File "/usr/bin/micprun", line 311, in <module>
devIdx = micp_connect.MPSSConnect(device).get_offload_index()
File "/usr/src/micperf/micp-3.3/micp/connect.py", line 201, in get_offload_index
raise GetOffloadIndexError(errStr)
micp.connect.GetOffloadIndexError: Could not determine mic index from exact match AND
Could not determine mic index from sysfs entries AND
Could not determine mic index from loose match
[root@n1297 mpss-3.3]#
I set these environment variables
export PYTHONPATH=/usr/src/micperf/micp:${PYTHONPATH}
export PATH=/usr/src/micperf/micp/micp/scripts:${PATH}
The miccheck and micinfo output looks ok, anyone have an idea what the trouble is?
Thanks