This repository was archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Agenda Notes Monday April 27th 2015 3:00 PM
Michael Duda edited this page Apr 27, 2015
·
3 revisions
Date: 27 April 2015
Time: 3:00pm MST
Call-in number: 1-866-740-1260
Access Code: 4978161
- Would like the ability to specify PIO "io_type" on a per-stream basis in 4.0 release
- Michael to submit a pull request for this in a day or two; changes expected to be minor
- var_arrays of different sizes inside a single var_struct
- Todd to open an issue for this; we expect that it should be possible to create var_arrays of differing size in the same var_struct
- pool iteration PR
- We reviewed the code changes in the pull request
- Large apparent changes between line 491 and 925 are due to indentation change
- more macports woes?
- LI core broken on develop; protocol for core-only merges to develop
- Build error appeared after merge of generic_build branch; Matt to commit fixes to 'develop' for landice core as needed
- 4.0 release updates
- No foreseeable roadblocks to creating v4.0 release branch on 1 May
- no telecon next week - LANL folks traveling
- Michael to submit pull request to change return type of get_mesh_stream to an integer (iErr) to address issue [#394] (https://github.com/MPAS-Dev/MPAS/issues/394)
- General error handling discussion / writing to log files / framework vs. core errors
- Target for addressing this ~one month; will discuss further ways to accomplish this
- Perhaps any core calling mpi_abort() could write a message to log.0000.err? Or perhaps to a separate "fatal_errors.log" file that is created only if mpi_abort() is called?