-
Notifications
You must be signed in to change notification settings - Fork 382
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
Adding support for ADIOS in MPAS #5490
Conversation
Adding support for ADIOS in MPAS. This change would allow MPAS users to specify the ADIOS I/O type using the streams file.
@jonbob, I'm really glad you pinged me because I would have thought this was a no-brainer. I'm seeing 2 thread decomposition tests failing on Chrysalis with Intel and OpenMPI:
@jonbob and @jayeshkrishna, could you take a look and see if there are any obvious changes that might explain threading problems? The differences across thread counts are at machine precision but aren't bit-for-bit, which we can't allow. |
My tests are in:
|
It occurs to me that I haven't tested on the latest |
I see. This branch is off of a very old master (from November). I'll try doing a test merge with the current master and running again. (Thankfully, my tests on |
After the merge with |
@xylar -- whew, I'm so glad to hear it was OK in the end. I'll be more aware and include you on any PRs that touch those kinds of MPAS files |
…5490) Adding support for ADIOS in MPAS Adding support for the ADIOS I/O format [BFB]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved based on testing inside E3SM and Xylar's mpas-o tests
passes:
merged to next |
merged to master |
This merge updates the E3SM-Project submodule from [c9201a4](https://github.com/E3SM-Project/E3SM/tree/c9201a4f44540bb74cb3650e32bcbe27fb762ab1) to [b4d5b10600](https://github.com/E3SM-Project/E3SM/tree/b4d5b10600). This update includes the following MPAS-Ocean and MPAS-Frameworks PRs (check mark indicates bit-for-bit with previous PR in the list): - [ ] (ocn) E3SM-Project/E3SM#5254 - [ ] (fwk) E3SM-Project/E3SM#5490 - [ ] (ocn) E3SM-Project/E3SM#5541 - [ ] (fwk) E3SM-Project/E3SM#5498 - [ ] (ocn) E3SM-Project/E3SM#5564 - [ ] (ocn) E3SM-Project/E3SM#5553 - [ ] (ocn) E3SM-Project/E3SM#5519
Adding support for the ADIOS I/O format
[BFB]