- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I'm tyring to get ifort working for the first time on fedora 12 (I'm using tcsh). When I try to compile something I get "ifort:command not found". If I try
/opt/intel/Compiler/11.1/072/bin/intel64 program_name.f90
the response is
"/opt/intel/Compiler/11.1/072/bin/intel64:permission denied"
and I also tried writing
source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64
in .mycshrc
but this didn't change anything....what should I do??
thanks alot
I'm tyring to get ifort working for the first time on fedora 12 (I'm using tcsh). When I try to compile something I get "ifort:command not found". If I try
/opt/intel/Compiler/11.1/072/bin/intel64 program_name.f90
the response is
"/opt/intel/Compiler/11.1/072/bin/intel64:permission denied"
and I also tried writing
source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64
in .mycshrc
but this didn't change anything....what should I do??
thanks alot
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From a terminal window
source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64
which ifort
ifort program_name.f90
this should work. If not, what is the output from those 3 commands - cut an paste the output so we can see what is going on.
ron
source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64
which ifort
ifort program_name.f90
this should work. If not, what is the output from those 3 commands - cut an paste the output so we can see what is going on.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ron
Thanks alot for your help.
Now when I try and compile something with ifort program_name.f90 I get
/opt/intel/Compiler/11.1/072/bin/intel64/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ifort: error #10273: Fatal error in /opt/intel/Compiler/11.1/072/bin/intel/fortcom, terminated by 0x7f
I assume that I need to do yum install/provide libstdc++.so.5/ or something??
(The first two commands that you suggested had no output...)
Thanks heaps for your help
Adrian
Thanks alot for your help.
Now when I try and compile something with ifort program_name.f90 I get
/opt/intel/Compiler/11.1/072/bin/intel64/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ifort: error #10273: Fatal error in /opt/intel/Compiler/11.1/072/bin/intel/fortcom, terminated by 0x7f
I assume that I need to do yum install/provide libstdc++.so.5/ or something??
(The first two commands that you suggested had no output...)
Thanks heaps for your help
Adrian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As discussed several times on these forums, you probably need the compat-libstdc++-33 (both 32- and 64-bit).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks alot its working now

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