Custom Query (116 matches)
Results (112 - 114 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#72 | fixed | Crash when using a 2D grid made of 2 distributed axis | rlacroix | |
Description |
XIOS crashes when outputting a field defined on a 2D grid made of 2 distributed axis. Further investigations show that the indexes used to extract the data received from the clients are completely wrong which causes a segmentation fault. I am attaching a simple test case which can be used to reproduce the problem in attached mode. The code is pretty limited so it must be run on N processes with N a perfect square (for example N = 4 or N = 9). |
|||
#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. |