Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifort is not doing anything

roddur
Beginner
584 Views
i am using fedora8 and continiously update the updated packages. from last few days, my ifort is not working, i.e.
$ifort hello.f90

is not doing anything...no error, nothing...the terminal is freezing there.i have tried several release,(i was using 10.1.015 for 32 bit machine). even once in a while, it was working(mainly after i am reinstall the version...but after 2-3 compilation, its going dead again.)
can any1 help me?
0 Kudos
3 Replies
Ron_Green
Moderator
584 Views

It is hard to say what the problem is here. What is the output of:

ifort -V

ifort -dryrun hello.f90

What version of gcc and g++ are on the system?
0 Kudos
roddur
Beginner
584 Views
$ ifort -V
Intel Fortran Compiler for applications running on IA-32, Version 10.1 Build 20080312 Package ID: l_fc_p_10.1.015
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

after your mail i have checked and i am horrified to see that neither gcc nor g++ is responding....its running into same dead state as ifort.
0 Kudos
roddur
Beginner
584 Views
after long try, gcc and g++ prompt this output:

$ gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)

$ g++ -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)

hope if this is of any use
0 Kudos
Reply