nichollsh / AGNI

A 1D radiative-convective model for the atmospheres of hot terrestrial planets.
https://nichollsh.github.io/AGNI/
1 stars 1 forks source link

Test gfortran -Ofast #44

Closed nichollsh closed 1 month ago

nichollsh commented 1 month ago

SOCRATES is currently compiled with -O3, which is the maximum optimisation level that gfortran will safely apply.

The flag -Ofast turns on extra optimisations (such a fastmath) at the risk of numerical issues. This is worth testing.

nichollsh commented 1 month ago

SOCRATES has been moved out of this repository and into https://github.com/nichollsh/SOCRATES. This repository now compiles with -Ofast by default, which seems to produce the exact same results and does improve performance.