-
Notifications
You must be signed in to change notification settings - Fork 383
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
scalability issue in m_Router::initp_ in MCT #1139
Comments
@rljacob , upon first glance this and the other MCT optimizations are not part of the CIME5.2 update. What is the timeline for these being merged into ACME? |
I was going to put this in after the CIME5.2 update. |
Thanks. This would go directly into ACME, or does MCT go in via CIME? |
@rljacob ,
We are up to the CIME 5.3 update. Do you have a new timeline for this? Thanks. |
I'll now wait for the 5.3 update to get to master, hopefully early this week. MCT update will go directly in to ACME. |
I believe that this has been merged into ACME from MCT. |
This issue is to document MCT PR number 41.
Even with MCT PR number 39, ACME initialization for high resolution jobs on Mira (-compset ACME_WCYCL2000 -res ne120_oRRS15) can take over 100 minutes when using @amametjanov 's 2048 node PE layout. An optimization has been identified that drops the initialization cost to 26 minutes. Performance for this routine is also improved markedly on Titan, but the original formulation of the algorithm only takes 1-2 minutes with the target PE layouts on Titan, so the optimization is not as critical on Titan.
The text was updated successfully, but these errors were encountered: