Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Uninstall Fortran 11.1 for mac

Brian_Allison
初学者
829 次查看
New to mac and I am not sure how to uninstall the Fortran Compiler 11.1 for Mac.
0 项奖励
1 解答
Kevin_D_Intel
员工
829 次查看

This is described in section 2.3 of the Installation Guide and Release Notes.

2.3 Removal/Uninstall

It is not possible to remove the compiler while leaving any of the performance library components installed.

1. Open Terminal and set default (cd) to any folder outside <install-dir>

2. Type the command: <install-dir>/uninstall_cprof.sh

3. Follow the prompts

If you are not currently logged in as root you will be asked for the root password. If you also have the same-numbered version of Intel C++ Compiler installed, it may also be removed.

Where <install-dir> is under /opt/intel/Compiler/11.1/080

在原帖中查看解决方案

0 项奖励
4 回复数
Kevin_D_Intel
员工
830 次查看

This is described in section 2.3 of the Installation Guide and Release Notes.

2.3 Removal/Uninstall

It is not possible to remove the compiler while leaving any of the performance library components installed.

1. Open Terminal and set default (cd) to any folder outside <install-dir>

2. Type the command: <install-dir>/uninstall_cprof.sh

3. Follow the prompts

If you are not currently logged in as root you will be asked for the root password. If you also have the same-numbered version of Intel C++ Compiler installed, it may also be removed.

Where <install-dir> is under /opt/intel/Compiler/11.1/080

0 项奖励
Brian_Allison
初学者
829 次查看

Well, I figured that out, but I do not know the root password. I just got this mac two weeks ago. I am the only user on the mac. What is the default root password?

0 项奖励
Kevin_D_Intel
员工
829 次查看
I don't know the default for either the "System Administrator" or"root" but there could be some confusion over our use of "root" in our instructions here. Try supplying the "System Administrator" password if you know that.
0 项奖励
Steven_L_Intel1
829 次查看
As far as I know, there is no default. The administrator password is set when the system is first configured. "root" in this context does mean the administrator password, though underneath the covers, there is a "root" account.
0 项奖励
回复