Thread Closed

Fortran in Linux

 
Share Thread Thread Tools
Dec9-08, 07:00 PM   #1
 

Fortran in Linux


Hello,

I used to do schoolwork in Fortran (Compaq Windows version).
Couple weeks ago I decided to say "good-bye" to Windows and installed Mandriva Linux.

But now I'm quiet confused how program work in work. I see that nolonger I don't have beautiful white window to write program text or..?
Does anyone who explain to me how Fortran work in Linux. Which free or not-free Fortran program does exist? Where I write the program text and so on...I feel very miserable

Best wishes,
Marden in Estonia
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Dec10-08, 07:04 AM   #2
 
Recognitions:
Science Advisor Science Advisor
I personally use VI editor (which supports syntax highlighting) and g95, which is a free, open-source compiler. You might also need Make, which is a utility which can help build the executable.
Dec11-08, 02:50 PM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
If you want a cool looking free IDE to work on your code might want to try SunStudio, Anjuta, Geany, KDevelop for example. And most text editing tools in Linux have code highlighting properties.
Dec13-08, 04:26 AM   #4
 

Fortran in Linux


Quote by minger View Post
I personally use VI editor (which supports syntax highlighting) and g95, which is a free, open-source compiler. You might also need Make, which is a utility which can help build the executable.
This is my advice. If you were doing HPC stuff, there are better compilers but for classwork this is your best bet. Free and effective.
Thread Closed
Thread Tools


Similar Threads for: Fortran in Linux
Thread Forum Replies
LInux fortran to windows Programming & Comp Sci 3
Accessing Fortran Modules within a Fortran library from Fortran Programming & Comp Sci 0
Windows Vista, Linux 32-bit, Linux 64-bit Computing & Technology 1
Fortran v.s. Visual Fortran Programming & Comp Sci 0
Anyone know Fortran? Introductory Physics Homework 4