Excellent video! Back when I was learning FORTRAN 15 years ago, there was sooooo much trial and error in setting up a development environment in Windows.
One question! Is there any compiler other than Intel's that can compile Coarray Fortran code on Windows? Im having a lot of issues with OpenCoarrays so I was wondering if you ever tried to compile CAF using some open source compiler on Windows. Thank you!
Hi Bryce, Glad you liked it. Yes, any modern Fortran compiler will also compile FORTRAN 77 code. If you're writing new code though, I'd highly recommend learning and using the newer features available in the language.
Excellent video! Back when I was learning FORTRAN 15 years ago, there was sooooo much trial and error in setting up a development environment in Windows.
Why couldn't the GitHub instructions for installing FPM be this clear.
Great summary! I'm all setup. Atom editor is really amazing.
Thank you for taking the time to do this. Very helpful!
Nice video! Maybe you can also share some experience of using dubugging/profiling tools wih fortran?
thank you very much for your good explanation. it is working on my computer
Thanks for the effort!
i don't get what is the use of the huge area in the right which remains blank while writing the programs
The lines of code just aren't that long. You can split that pane and have multiple files open if you want.
One question! Is there any compiler other than Intel's that can compile Coarray Fortran code on Windows? Im having a lot of issues with OpenCoarrays so I was wondering if you ever tried to compile CAF using some open source compiler on Windows. Thank you!
A couple of my colleagues recently got OpenCoarrays to work on Windows. Check out the repository at github.com/sourceryinstitute/opencoarrays
Nice! Will this work for FORTRAN77 aswell? I'm somewhat new to programming and can't seem to figure out how to get a compiler for it
Hi Bryce, Glad you liked it. Yes, any modern Fortran compiler will also compile FORTRAN 77 code. If you're writing new code though, I'd highly recommend learning and using the newer features available in the language.