- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everybody:
I cannotuse Fortran Compiler for Linux.
I cannotuse Fortran Compiler for Linux.
It has been installed at /opt/intel_fc_80. But when I input a command 'ifort test.for',there was thecomment 'command not found'.
(test.for is a source file I made.) How can I operate Fortran Compiler for Linux in this case?
Thanks.
T Umegaki
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to execute the "source" command first to make the compiler available, as described in the documentation and release notes. Typically:
source /opt/intel_fc_80/bin/ifortvars.sh (or .csh)
source /opt/intel_fc_80/bin/ifortvars.sh (or .csh)

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