We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This benchmark / example could be identical to all the Fortran versions from:
https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/nbody.html
We can also try a few different n-body problems.
The text was updated successfully, but these errors were encountered:
nbody6.zip I modified the source file at https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/nbody-ifc-6.html by reorganizing the three sets of DO loops in subroutine advance() into two sets. On my PC, with Intel OneAPI 2021.5, this reorganization increased the speed by 18 percent.
Sorry, something went wrong.
No branches or pull requests
This benchmark / example could be identical to all the Fortran versions from:
https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/nbody.html
We can also try a few different n-body problems.
The text was updated successfully, but these errors were encountered: