Skip to content

Instantly share code, notes, and snippets.

@andreagalle
Created June 11, 2020 14:15
Show Gist options
  • Save andreagalle/a2d27490b5ed6ac26aaed3be353748af to your computer and use it in GitHub Desktop.
Save andreagalle/a2d27490b5ed6ac26aaed3be353748af to your computer and use it in GitHub Desktop.
generate ifort assembli code for v14.0
ifort -O2 -r8 -mcmodel=medium -convert big_endian -module ./bin/.mod -D_ppFLUID -D_ppMEAN -I./include -mmic -S -fsource-asm -c src/pp/particle_pdf.F90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment