Results 1 to 3 of 3
I am a fortran and Linux newbie!
I am simply trying to start from scratch with a hello world programme which i have in a text editor. Could someone please ...
- 05-05-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 5
Fortran in Linux
I am a fortran and Linux newbie!
I am simply trying to start from scratch with a hello world programme which i have in a text editor. Could someone please tell me what the command line would be to compile such a file? I've programmed in C before and there I've used
cc filename
to compile.
What would be the equivalent in fortran. I have access to GNU and Intel compilers. Please help!
- 05-05-2009 #2
Try:
g77 filename.f -o filenameMake mine Arch Linux
- 05-05-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 5
Thanks for the prompt reply! It appears to have compiled without any errors!


Reply With Quote