Y
Hacker News
new
|
ask
|
show
|
jobs
by
pklausler
459 days ago
Language-wise, it's all of F'2018 less coarrays and "LEN" derived type parameters, plus a pile of portable &/or popular language extensions.
1 comments
aragilar
458 days ago
Also, it would be good to know how well it handles older codes of the f77/g77 era (as gfortran is not always well behaved on those).
link
pklausler
458 days ago
Really well, actually. Unless you have a pre-'77 code that requires each DO loop execute at least one iteration, you should be fine.
link