Hi,
Please I m having problem installing the intel fortran compiler 11.1 on opensuse 11.1, Please can some1 guide me to this pls. I m a total newbie. I ve followed instructions on the web to download the noncomercial version of intel fortran compiler 11.1. I ve also managed to succesfully install it on my 32bit system, but the compiler does not seem to work when i tried to use it. i did
zypper install gcc33-32bit
error: gcc33-32bit not found
so i did
zypper install gcc33
installed successfully
downloaded, unpacked and installed intel
./install.sh
intel installed successfully.
pls what do i do next please.
Ok you have the software installed try compiling a FORTRAN program. What errors if any do you get.
Thank you very much for your help,
Please here is what i ve done to compile and link a program.
shirley@linux-lu0x:~> cd test
shirley@linux-lu0x:~/test> $ source /opt/intel/Compiler/11.1/064/bin/i
ia32/ ifortvars.csh ifortvars.sh
shirley@linux-lu0x:~/test> $ source /opt/intel/Compiler/11.1/064/bin/ia32/ifortvars_ia32.sh ia32
bash: $: command not found
shirley@linux-lu0x:~/test> source /opt/intel/Compiler/11.1/064/bin/ia32/ifortvars_ia32.sh ia32
shirley@linux-lu0x:~/test> ifort -c hello.f
ifort: error #10236: File not found: ‘hello.f’
ifort: command line error: no files specified; for help type “ifort -help”
shirley@linux-lu0x:~/test> ifort -o hello hello.o
ifort: error #10236: File not found: ‘hello.o’
ifort: command line error: no files specified; for help type “ifort -help”
shirley@linux-lu0x:~/test> ./hello
bash: ./hello: No such file or directory
shirley@linux-lu0x:~/test>