Software Archive
Read-only legacy content
17061 Discussions

micprun generates micp.connect.GetOffloadIndexError

Jim_A_2
Beginner
491 Views

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

 

0 Kudos
1 Reply
Frances_R_Intel
Employee
491 Views

Duplicate of https://software.intel.com/en-us/forums/topic/538796. Please follow the discussion there.

0 Kudos
Reply