Created
May 24, 2018 20:50
-
-
Save Beliavsky/8480793d8be5386788dd3485eff891ca to your computer and use it in GitHub Desktop.
timings of Fortran code xblock_sub.f90
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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