安装英特尔编译器后,我找不到compilervars.sh
我已经通过以下链接在Ubuntu 18.04机器上安装了Intel编译器: https://www.intel.com/content/wwww/en/en/developer/tooker/tool/tool/oneapi-sandalone-components.html #html #html#dppcpp cpp-cpp-cpp-cpp-cpp-cpp-cpp
我专门安装了用于Linux的Intel®DPC++/C ++编译器。
我正在尝试运行一些基准测试,他们需要来源来源< icc_installdir> /bin/compilervars.shs.sh
,但我找不到此文件。 安装说明,英特尔编译器是在/opt/intel/oneapi
中安装的,但我查找了此目录,并且没有bin文件夹或Compilervars.shs.sh。有人知道如何安装此文件吗?
I have installed intel compiler on my Ubuntu 18.04 machine through the following link: https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#dpcpp-cpp
I specifically installed Intel® DPC++/C++ Compiler for Linux.
I am trying to run some benchmarks and they require to source the path <icc_installdir>/bin/compilervars.sh
but I can not find this file.
The installation says that Intel compiler was installed in /opt/intel/oneapi
but I looked up this directory and there is no bin folder or compilervars.sh. Does anyone know how can I install this file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否尝试使用以下命令来初始化/源代码linux的Intel®DPC++/C ++编译器?
而且,要确认是否初始化,您可以使用以下命令检查DPCPP编译器的版本。
有关更多信息,请找到以下链接:
https://www.intel.com/content/content/www/www/us/en/en/developt/oneapmumentation/oneap--progumentation/oneapi-programpricming-programpricming-gromprogramming-guide-guide/top/oneap/top/oneap-/oneap--top/oneapi-开发环境环境/使用静止 - 刻录 - 属于linux-or-macos.html
Could you please try using the below command to initialize/source the Intel® DPC++/C++ Compiler for Linux?
And also, to confirm whether it is initialized you can check the version of DPCPP compiler by using the below command.
For more information, please find the below link:
https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html