ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

linux的软链接

2019-10-10 14:51:05  阅读:277  来源: 互联网

标签:Intel Parallel Studio linux command XE tools 链接


软连接用来连接目标源程序和/usr/local/bin,从而在命令行可以直接调用

如下为安装好Intel® Parallel Studio XE suite后,将源程序软链接的示例。

 

sudo ln -s $HOME/0YWU/ProgramInstall/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort /usr/local/bin/ifort

 

 

附:Intel® Parallel Studio XE 2019安装后的初始化

Before You Begin

Intel® Parallel Studio XE 2019 does not provide an integrated development environment (IDE) to use for accessing the tools. You can access the libraries and tools in your suite using one of the two ways outlined in the steps below.

Step 1: Initialize the Tools

To access the standalone or command line versions of the tools, you must first initialize the tools. You can initialize all tools in one step using the initialization utility provided with Intel® Parallel Studio XE 2019.

  1. From a command prompt or script, cd to <install_dir>/parallel_studio_xe_2019.<update number>.<package number>\bin

    By default, <install_dir> is:

    • For root installations: /opt/intel

    • For non-root installations: $HOME/intel

     

  2. Enter source psxevars.sh or source psxevars.csh.

 

Step 2A: Access the Tools Using a Third-Party IDE

While Intel® Parallel Studio XE does not provide a built-in IDE, it does integrate with third-party IDEs on Windows*, Linux*, and macOS* to provide a seamless GUI experience for software development.

You can access the entire suite using Eclipse* on Linux*. Once Parallel Studio is installed, the tools are integrated into the menus, and provide toolbars. More information on using Eclipse* with each tool can be found in the tool-specific get started guides.

 

Step 2B: Access the Tools Using the Command Line

Use the command line to access the tools in this suite in one of two ways:

  • Navigate to the installed Intel® Parallel Studio XE environment on your host system, then open a command prompt in the tool's location.
  • Open any available command prompt on your host system, and use the command line to change directories and navigate to the installed environment.

Following successful installation, the tools and libraries of your Intel® Parallel Studio XE suite can be found in the default folder /opt/intel. Refer to the Intel® Parallel Studio XE Installation Guide for Linux* for a list of default installation locations for each tool. Once you open a command prompt in the correct location for the tool you wish to use, the get started guide for that tool will provide more information on initializing and invoking it using the command line.

Get Started with This Suite

Intel® Parallel Studio XE 2019 Cluster Edition has everything you need to build, analyze, and scale your applications, then do it all again for continual optimization. Start compiling and optimizing your code today using all of the tools and libraries in this suite.

标签:Intel,Parallel,Studio,linux,command,XE,tools,链接
来源: https://www.cnblogs.com/ywu24/p/11647869.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有