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
MOM5 compilation time on NCI is now almost 40 minutes on the NCI gadi system. From memory this is 2-3x slower than it used to be recently.
gadi
I think it may be due to some of the optimisation reporting in this commit
11cebea
Regardless this should probably be optional.
The text was updated successfully, but these errors were encountered:
Turns out it is the vectorisation option (-axCORE-AVX2) that doubles the compilation time.
-axCORE-AVX2
Would need to check out the implications on execution time before removing this.
Sorry, something went wrong.
Fixed in #330
aidanheerdegen
Successfully merging a pull request may close this issue.
MOM5 compilation time on NCI is now almost 40 minutes on the NCI
gadi
system. From memory this is 2-3x slower than it used to be recently.I think it may be due to some of the optimisation reporting in this commit
11cebea
Regardless this should probably be optional.
The text was updated successfully, but these errors were encountered: