Forum Discussion
How do I get OPAE on oneAPI?
- 4 years ago
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
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
- shreenithi4 years ago
New Contributor
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