#GFortran 16.1 released. The great new feature is:
- #Coarrays using native shared memory mulithreading on single node machines and handling #Fortran 2018's TEAM feature.
See more changes on:
https://gcc.gnu.org/gcc-16/changes.html
#GFortran 16.1 released. The great new feature is:
- #Coarrays using native shared memory mulithreading on single node machines and handling #Fortran 2018's TEAM feature.
See more changes on:
https://gcc.gnu.org/gcc-16/changes.html
I like to compile something with #gfortran, system #macos.
And i get this error:
ld: framework 'Accelerate' not found
collect2: error: ld returned 1 exit status
This came after an update of the system, before everything was fine.
#Xcode is installed, the directory /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework
Exists.
But ld don't see it, i'm asking me why.
Any suggestionen?
I love that they put "usually" in this sentence:
"Humans usually are not as good writing machine code as they are at writing Fortran"
--
About GNU Fortran
https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gfortran/About-GNU-Fortran.html
@neilernst
There is of course a lot of debate in the #Fortran community to get rid of that. No one would of course use implicit typing in modern code, but legacy codes are still running in many libraries...
But implicit typing is still officially the default, and IMPLICIT NONE must be used in every code.
Compilers are also of course offering options like -fimplicit-none in #GFortran. But putting explicitly IMPLICIT NONE in code is a better practice! :-)
Fortran auf dem Mac (mit Geany)
Ich weiß, Ihr werdet mich jetzt alle für verrückt erklären (und vermutlich habt Ihr recht), aber ich habe mir aus reiner Neugierde GNU #Fortran heruntergeladen, weil ich wissen wollte, ob es eventuell mit #Geany auf meinem Mac spielt. Die Kurzfassung: Es spielt! http://blog.schockwellenreiter.de/2020/05/2020050901.html #gfortran #macOS