Mac安装Intel Parallel Studio XE Composer Edition for Fortran
1.注册和下载
在Choose & Download Intel® Parallel Studio XE页面,选择教育用户注册【需要有教育网邮箱】,并下载对应版本m_fcompxe_2020.2.899.dmg
。
2.安装
点击dmg文件,以root
安装:By default, <install_dir> is:
- For root installations: /opt/intel
- For non-root installations: $HOME/intel
输入Serial number,而后至安装成功。
3.调用
在file:///opt/intel/documentation_2020/en/ps2020/getstart_comp.htm
页面,有相关初始化的说明:
source /opt/intel/bin/compilervars.sh intel64
验证是否调用成功:
$ ifort -V
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.2.258 Build 20200623
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.