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

how to compile

Deleted_U_Intel
Employee
517 Views
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
0 Kudos
1 Reply
Steven_L_Intel1
Employee
517 Views
You need to first type:
source /opt/intel_fc_80/bin/ifortvars.sh
0 Kudos
Reply