Author Topic: Fortran version  (Read 2410 times)

Offline gib

  • Multiple posting newcomer
  • *
  • Posts: 42
Fortran version
« on: August 03, 2019, 02:48:41 am »
How do I determine the gfortran version that CB is using on Linux?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Fortran version
« Reply #1 on: August 03, 2019, 06:31:29 pm »
Run <path-to-compiler-executable> --version? You can see this in the toolchain executables tab in the compiler settings.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline gib

  • Multiple posting newcomer
  • *
  • Posts: 42
Re: Fortran version
« Reply #2 on: August 04, 2019, 11:13:56 am »
Thanks - should have been obvious.