Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Beliavsky/8480793d8be5386788dd3485eff891ca to your computer and use it in GitHub Desktop.
Save Beliavsky/8480793d8be5386788dd3485eff891ca to your computer and use it in GitHub Desktop.
timings of Fortran code xblock_sub.f90
global associate block no_temp forall do_concurrent
gfortran 0.4640 0.3598 0.3601 0.3446 0.2281 0.2222
gfortran -O3 0.1914 0.1079 0.1097 0.1072 0.1093 0.1080
ifort 0.1475 0.0728 0.0737 0.0749 0.0718 0.0718
ifort -O3 0.1488 0.0714 0.0718 0.0722 0.0718 0.0724
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment