我想用intel编译器编译我的程序。所以我从here下载并安装在我的MAC OS 10.12.2中。然后我转到目录/opt/intel/compilers_and_libraries_2017.2.163/mac/bin
,然后输入
./compilervars.sh -arch intel64 -platform mac
当我尝试使用icc ipptest.cpp -o ipptest来编译示例程序时,我收到了错误
-bash: icc: command not found
谷歌搜索它并没有解决问题。帮我解决这个问题