Skip to content
New issue

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

Slow compilation time on NCI #328

Closed
aidanheerdegen opened this issue Sep 14, 2020 · 2 comments · May be fixed by #329
Closed

Slow compilation time on NCI #328

aidanheerdegen opened this issue Sep 14, 2020 · 2 comments · May be fixed by #329
Assignees

Comments

@aidanheerdegen
Copy link
Contributor

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.

@aidanheerdegen
Copy link
Contributor Author

Turns out it is the vectorisation option (-axCORE-AVX2) that doubles the compilation time.

Would need to check out the implications on execution time before removing this.

@aidanheerdegen
Copy link
Contributor Author

Fixed in #330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant