Intel Fortran Compiler [closed]
I just installed Intel Composer XE to use the Intel Fortran Compiler. I set the environment variables by running /opt/intel/bin/ifortvars.sh intel64
but ifort
still doesn't work. Any help is appreciated
[root@localhost bin]# ls
codecov idb ifortvars.sh link_install.sh proforder
compilervars.csh idbc inspxe-inject map_opts tselect
compilervars.sh ifort inspxe-runsc profdcg xiar
fpp ifortvars.csh inspxe-wrap profmerge xild
[root@localhost bin]# ./ifortvars.sh intel64
[root@localhost bin]# man ifort
No manual entry for ifort
[root@localhost bin]# ifort
bash: ifort: command not found...
The first big error here is using root to run a fortran compiler.
Duplicate of: https://ask.fedoraproject.org/question/8887/ifortcommand-not-found/?answer=26835#post-id-26835
Closing.