- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I would like some help compiling with Intel Fortran Composer XE 2011 for Linux*.
I always used gfortran to compile my fortran codes without a problem, but for necessity,
now I would like to use the intel compiler.
The problem is that when I attempt to compile, for example:
ifort testing.f90
fortcom: No such file or directory
ifort: error #10273: Fatal error in fortcom, terminated by 0x64
How can I fix this???
My Ubuntu is 10.04-LTS,
Thanks...
P.D.
I'm a scientist student, not expert on programation topics.
I would like some help compiling with Intel Fortran Composer XE 2011 for Linux*.
I always used gfortran to compile my fortran codes without a problem, but for necessity,
now I would like to use the intel compiler.
The problem is that when I attempt to compile, for example:
ifort testing.f90
fortcom: No such file or directory
ifort: error #10273: Fatal error in fortcom, terminated by 0x64
How can I fix this???
My Ubuntu is 10.04-LTS,
Thanks...
P.D.
I'm a scientist student, not expert on programation topics.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you merely run the scripts as you did, the variables are set for the duration of the running of the script and then discarded.
You have to use the "source" verb as a prefix (or, equivalently, type a dot and space before "./ifortvars.sh ia32"). The compiler documentation describes this in detail.
You have to use the "source" verb as a prefix (or, equivalently, type a dot and space before "./ifortvars.sh ia32"). The compiler documentation describes this in detail.
Link Copied
7 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you set up the IFort environment before attempting to compile? This is usually achieved by sourcing the startup script(s) ifortvars.sh or compilervars.sh with one argument: ia32 or intel64. Details are given in the documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi mecej4,
I tried on my terminal:
./ifortvars.sh ia32
./compilervars.sh ia32
those two commands executed without problem, nevertheless I get the same problem when I try to compile a Fortran code:
hugo@remotebatcomputer:~/Documentos/proyecto-maestria/program_29_may_12$ ifort testing.f90 -o test.exe
fortcom: No such file or directory
ifort: error #10273: Fatal error in fortcom, terminated by 0x64
I tried on my terminal:
./ifortvars.sh ia32
./compilervars.sh ia32
those two commands executed without problem, nevertheless I get the same problem when I try to compile a Fortran code:
hugo@remotebatcomputer:~/Documentos/proyecto-maestria/program_29_may_12$ ifort testing.f90 -o test.exe
fortcom: No such file or directory
ifort: error #10273: Fatal error in fortcom, terminated by 0x64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you merely run the scripts as you did, the variables are set for the duration of the running of the script and then discarded.
You have to use the "source" verb as a prefix (or, equivalently, type a dot and space before "./ifortvars.sh ia32"). The compiler documentation describes this in detail.
You have to use the "source" verb as a prefix (or, equivalently, type a dot and space before "./ifortvars.sh ia32"). The compiler documentation describes this in detail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did not find any documentation on the installation manual for the compiler,
I searched for a long time without success. Where specifically can I find it?
I searched for a long time without success. Where specifically can I find it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The release notes are included in the software download and should be on your machine. You can also obtain the correct version here. See Article 3.4.2 Establishing the Compiler Environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alright,
what I did was...
on the directory of my fortran code (*.f90) I ran "source /opt/intel/bin/compilervars.sh ia32"
then I compiled the program with the usual "ifort *.f90 -o out.exe", the compiling was successful.
I compile another programs without problem. Hope the next post will be a different topic.
Another question, how do I give you points for best answer?
what I did was...
on the directory of my fortran code (*.f90) I ran "source /opt/intel/bin/compilervars.sh ia32"
then I compiled the program with the usual "ifort *.f90 -o out.exe", the compiling was successful.
I compile another programs without problem. Hope the next post will be a different topic.
Another question, how do I give you points for best answer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can click on the righmost star above the post to give the post five stars, and you should also have an option to mark a post as the accepted answer. Both of these will give points.

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