Software Archive
Read-only legacy content
17061 Discussions

MicAccessAPI Library

OpenHero
Beginner
650 Views

I find the MicAccessAPI Library APIs in xeon-phi-software-developers-guide.

I want to use MicAccessAPI Library to do research. But I can't find any *.h or source code about it.

Could any one tell me where to find them?

0 Kudos
6 Replies
Sumedh_N_Intel
Employee
650 Views

You can find the MICaccess API at this location: /opt/intel/mic/sysmgmt/sdk/

0 Kudos
OpenHero
Beginner
650 Views

Sumedh Naik (Intel) wrote:

You can find the MICaccess API at this location: /opt/intel/mic/sysmgmt/sdk/

Sorry, I can only find docs directory in under sysmgmt directory.....

0 Kudos
OpenHero
Beginner
650 Views

Sumedh Naik (Intel) wrote:

You can find the MICaccess API at this location: /opt/intel/mic/sysmgmt/sdk/

When I install the new version MPSS, I can get it. Thanks.

0 Kudos
Sumedh_N_Intel
Employee
650 Views

OpenHero wrote:

Quote:

Sumedh Naik (Intel)wrote:

You can find the MICaccess API at this location: /opt/intel/mic/sysmgmt/sdk/

When I install the new version MPSS, I can get it. Thanks.

Yes, that is correct. These files come with the Intel MPSS. 

0 Kudos
David_B_4
Beginner
650 Views

So I don't know where the headers for this library went in MPSS 3.4.x.

I have the micaccess rpms installed...

glibc2.12.2pkg-libmicaccesssdk-dev-3.4.1-1.glibc2.12.2.x86_64
glibc2.12.2pkg-libmicaccesssdk0-3.4.1-1.glibc2.12.2.x86_64

However they only contain the shared objects and no headers. 

/usr/lib64/libMicAccessSDK.so
/usr/lib64/libMicAccessSDK.so.0
/usr/lib64/libMicAccessSDK.so.0.0.1

Where are the headers for this library in MPSS 3.4?

0 Kudos
Sumedh_N_Intel
Employee
650 Views

Hi David, 

Here is what I found out: 

The MicAccessSDK has been deprecated since MPSS 3.2. MicMgmt is the currently supported SDK. You can find more about the MicMgmt in its man page: 

man libmicmgmt

I hope this helps.

0 Kudos
Reply