Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

command not found

yjyincj
Beginner
743 Views
Hi,
I installed fortran compiler 11.1 for MacOS. ifort is working. I compiled a hello world f90 codes and got a.out executible file. Then in bash terminal I try to run it but get this information
-bash: a.out: command not found
Please help me out on this. Thanks.
0 Kudos
1 Reply
yjyincj
Beginner
743 Views
I got the reason.
By defaul, bash does not include ./ automatically. So if I put ./a.out, the file will run.
0 Kudos
Reply