- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hallo everyone!
I used to have ifort 11.0.7x on my machine. At some point I uninstalled it using the uninst.sh script. Today I wanted to try ifort again so I downloaded ifort11.0.83 but it doesnot install as it keeps saying:
nitializing, please wait...
--------------------------------------------------------------------------------
The Intel Fortran Compiler Professional Edition for Linux* 11.0 is already
installed.
If you want to reinstall the Intel Fortran Compiler Professional Edition for
Linux* 11.0
please uninstall current version and run install script again.
--------------------------------------------------------------------------------
Press "Enter" key to quit:
I am running linux ia-64 and I am trying to do a user installation (as was the previous one).
I would deeply appreciate it if someone could help me.
I used to have ifort 11.0.7x on my machine. At some point I uninstalled it using the uninst.sh script. Today I wanted to try ifort again so I downloaded ifort11.0.83 but it doesnot install as it keeps saying:
nitializing, please wait...
--------------------------------------------------------------------------------
The Intel Fortran Compiler Professional Edition for Linux* 11.0 is already
installed.
If you want to reinstall the Intel Fortran Compiler Professional Edition for
Linux* 11.0
please uninstall current version and run install script again.
--------------------------------------------------------------------------------
Press "Enter" key to quit:
I am running linux ia-64 and I am trying to do a user installation (as was the previous one).
I would deeply appreciate it if someone could help me.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not entirely sure what kind of help you want. If you deleted the previous compiler without performing an rpm uninstall, as the uninstall script should do, you may need to clean up rpmdb, e.g.
rpm -qa | grep intel
will show you any intel software remaining in rpmdb. Then you could use run 'rpm -e' against any of those entries you want to remove.
rpm -qa | grep intel
will show you any intel software remaining in rpmdb. Then you could use run 'rpm -e' against any of those entries you want to remove.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have seen this odd behavior in the past when I had a non-root installation in my home directory. Check your home directory for 'opt/intel' or 'intel/' directories and remove those if you find them. Also, check /tmp for any leftover log files.
ron
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Ronald Green (Intel)
I have seen this odd behavior in the past when I had a non-root installation in my home directory. Check your home directory for 'opt/intel' or 'intel/' directories and remove those if you find them. Also, check /tmp for any leftover log files.
ron
ron
After searching around directories and trying to unsderstand what is going on, I "noticed" that the version I was trying to install in my home directory was also installed on the system for every user under /opt/intel. I guess this is why it did not let me install my own copy under my home directory. I can not understand why this is, but still I guess everything works. Thanks to everyone for the replies.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page