Skip to content

Instantly share code, notes, and snippets.

@andreagalle
Created June 11, 2020 14:13
Show Gist options
  • Save andreagalle/80252dd3d1311eea44e35d59d5be38d6 to your computer and use it in GitHub Desktop.
Save andreagalle/80252dd3d1311eea44e35d59d5be38d6 to your computer and use it in GitHub Desktop.
generate ifort optimisation report with v14.0
ifort -O3 -r8 -mcmodel=medium -convert big_endian -module ./bin/.mod -D_ppFLUID -D_ppMEAN -I./include -opt-report -c src/pp/particle_pdf.F90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment