Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21016 Discussions

How do I get OPAE on oneAPI?

shreenithi
Beginner
1,587 Views

I couldn't find OPAE in my oneAPI devcloud, and I can't install it easily without root access. How do I get OPAE?

0 Kudos
1 Solution
BoonBengT_Intel
Moderator
1,550 Views

Hi @shreenithi,

 

Thank you for posting in Intel community forum and hope all is well.
There seems to be a problem in the Arria10 nodes for now, hence would suggest to use the Stratix 10 - OneAPI, OpenVINO nodes.

 

Once in the nodes, use the 'tools_setup' command to complete the setup, selection the options #7, that should source the required opae resources.
To verify, you may use the following command 'echo $OPAE_PLATFORM_ROOT', it should produce an output of the opae path.
Hope that clarify.

 

Best Wishes
BB

View solution in original post

0 Kudos
4 Replies
BoonBengT_Intel
Moderator
1,551 Views

Hi @shreenithi,

 

Thank you for posting in Intel community forum and hope all is well.
There seems to be a problem in the Arria10 nodes for now, hence would suggest to use the Stratix 10 - OneAPI, OpenVINO nodes.

 

Once in the nodes, use the 'tools_setup' command to complete the setup, selection the options #7, that should source the required opae resources.
To verify, you may use the following command 'echo $OPAE_PLATFORM_ROOT', it should produce an output of the opae path.
Hope that clarify.

 

Best Wishes
BB

0 Kudos
shreenithi
Beginner
1,534 Views

Thanks a lot, I've found it. 

I can't seem to find the OPAE lib and include folders in this path, where could they be? 

 

I wish to set these two env variables:

export C_INCLUDE_PATH=$OPAE_HOME/include:$C_INCLUDE_PATH
export LD_LIBRARY_PATH=$OPAE_HOME/lib:$LD_LIBRARY_PATH

0 Kudos
BoonBengT_Intel
Moderator
1,492 Views

Hi @shreenithi,

 

For the OPAE library it should be in the sw folder.
As for the include folder I am unsure which type you are looking for, perhaps you can use the find command in linux to perform some searching.
Hope that clarify.

 

Best Wishes
BB

0 Kudos
BoonBengT_Intel
Moderator
1,452 Views

Hi @shreenithi,

 

Greetings, as we do not receive any further clarification on what is provided, we would assume challenge are resolved. Hence thread will no longer monitor this thread. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.

 

Best Wishes
BB

0 Kudos
Reply