- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm a quite linux-user, so I don't know a lot about its commands. I just installed the non-commercial version of fortran 8.0 . I tried to compile a small program called hello.f90 by typing
ifort hello.f90
ifort -o test.out hello.f90
There was always the same answer of my computer
bash: ifort: command not found
What is my problem?
Thanks
Peter
I'm a quite linux-user, so I don't know a lot about its commands. I just installed the non-commercial version of fortran 8.0 . I tried to compile a small program called hello.f90 by typing
ifort hello.f90
ifort -o test.out hello.f90
There was always the same answer of my computer
bash: ifort: command not found
What is my problem?
Thanks
Peter
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to first type:
source /opt/intel_fc_80/bin/ifortvars.sh

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