Custom Query (116 matches)
Results (85 - 87 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#73 | wontfix | `multiple_file` mode cannot always work in `read` mode | rlacroix | |
Description |
XIOS is supposed to be able to open files created in multiple_file mode as long as the number of servers is unmodified. However XIOS tries to auto-complete the XML by reading attributes from the files. Unfortunately this operation is done on the clients so it fails because the number of clients does not match the expected number of servers. |
|||
#74 | fixed | XML auto-completion from the input files is too strict | rlacroix | |
Description |
XIOS fails to reopen files it created because the auto-completion of the axis/domain attributes is too aggressive. Some attributes like the bounds are considered as mandatory while they should not. |
|||
#75 | fixed | The axis attribute "value" should be optional | rlacroix | |
Description |
The axis attribute "value" should be optional. If it's missing, it could either be auto-generated or just skipped completely. |