Setting Up Windows For Fortran Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 13

  • @dback68
    @dback68 3 ปีที่แล้ว

    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.

  • @Feta_Cheezz_Montgomery_Burns
    @Feta_Cheezz_Montgomery_Burns 10 หลายเดือนก่อน +1

    Why couldn't the GitHub instructions for installing FPM be this clear.

  • @brianlaubacher7300
    @brianlaubacher7300 3 ปีที่แล้ว +1

    Great summary! I'm all setup. Atom editor is really amazing.

  • @neelsvanniekerk1807
    @neelsvanniekerk1807 3 ปีที่แล้ว

    Thank you for taking the time to do this. Very helpful!

  • @ГордейГойман
    @ГордейГойман 3 ปีที่แล้ว +1

    Nice video! Maybe you can also share some experience of using dubugging/profiling tools wih fortran?

  • @Charitha870620
    @Charitha870620 3 ปีที่แล้ว

    thank you very much for your good explanation. it is working on my computer

  • @mattmiles5168
    @mattmiles5168 3 ปีที่แล้ว

    Thanks for the effort!

  • @koushikbhattacharya3778
    @koushikbhattacharya3778 2 ปีที่แล้ว

    i don't get what is the use of the huge area in the right which remains blank while writing the programs

    • @everythingfunctional
      @everythingfunctional  2 ปีที่แล้ว

      The lines of code just aren't that long. You can split that pane and have multiple files open if you want.

  • @eliassaf9192
    @eliassaf9192 2 ปีที่แล้ว

    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!

    • @everythingfunctional
      @everythingfunctional  2 ปีที่แล้ว

      A couple of my colleagues recently got OpenCoarrays to work on Windows. Check out the repository at github.com/sourceryinstitute/opencoarrays

  • @bryce9025
    @bryce9025 3 ปีที่แล้ว

    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

    • @everythingfunctional
      @everythingfunctional  3 ปีที่แล้ว

      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.