Hi
I installed intel fortran on open suse 11.0. It compiles programs and generate exe file. When I try to run these files I get message
bash: a.out: command not found
a.out is the exe file.
Can any one tell me how I can run my program.
Hi
I installed intel fortran on open suse 11.0. It compiles programs and generate exe file. When I try to run these files I get message
bash: a.out: command not found
a.out is the exe file.
Can any one tell me how I can run my program.
./a.out
If you don’t put “./” in front linux will try to search for the program in the paths specified in $PATH.
echo $PATH