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
Beginner
820 Views
New to mac and I am not sure how to uninstall the Fortran Compiler 11.1 for Mac.
0 Kudos
1 Solution
Kevin_D_Intel
Employee
820 Views

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

View solution in original post

0 Kudos
4 Replies
Kevin_D_Intel
Employee
821 Views

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 Kudos
Brian_Allison
Beginner
820 Views

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 Kudos
Kevin_D_Intel
Employee
820 Views
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 Kudos
Steven_L_Intel1
Employee
820 Views
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 Kudos
Reply