Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
moravvejiiasbs.ac.ir
Total Points:
10
Registered User
June 29, 2009 10:44 PM PDT
uninstalling fortran compiler
Hi.
I have installed the non-commercial version of Fortran Compiler (ifort), but due to some missing dependencies, it does not work; I mean, when I type ifort on the terminal, the command is not distinguished.
In this way, I'd like to remove and reinstall it once again. How is this possible?
Thanks.
roddur
Total Points:
2,385
Status Points:
1,885
Brown Belt
June 30, 2009 1:11 AM PDT
Rate
 
#1
firstly, have you checked that your ifort is in your path and have done ifortvars.*(depending on your shell)?

if everything fails, and you do want to uninstall it go to bin/ and run the command
"./ia32/uninstall_cprof.sh" (if you are in 32 bit machine).
this will uninstall your ifort.




Steve Lionel (Intel)
Total Points:
114,515
Status Points:
114,515
Black Belt
June 30, 2009 9:31 AM PDT
Rate
 
#2
You must use the "source" command to establish the environment.  The following is from the release notes

Establishing the Compiler Environment

The ifortvars.sh (ifortvars.csh) script, used to set up the command-line build
environment, has changed. In previous versions, you chose the target platform by selecting
either the fc or fce directory root. In version 11.x, there is one version of these scripts and
they now take an argument to select the target platform.

The command takes the form:

source <install-dir>/Compiler/11.1/xxx/bin/ifortvars.sh argument

Where <install-dir> is the installation directory (default for system-wide installation is
/opt/intel) and xxx is the update number and argument is one of ia32, intel64, ia64
as described above under Installation Folders. Establishing the compiler environment also
establishes the Intel® Debugger (idb) environment.


Uninstall instructions are also in the release notes.





Intel Software Network Forums Statistics

8442 users have contributed to 31547 threads and 100373 posts to date.
In the past 24 hours, we have 11 new thread(s) 33 new posts(s), and 44 new user(s).

In the past 3 days, the most popular thread for everyone has been /fpp interferes with breakpoints/stepping through code - again The most posts were made to Help with hitting maximum record length in the compiler with debug info? The post with the most views is You could save the pre-proce

Please welcome our newest member mrnm