Custom Query (116 matches)
Results (61 - 63 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#71 | fixed | missing "index" attribute for axis | mhnguyen | ymipsl |
Description |
For better symetry with domains (i_index and j_index) and in order to be able to describe sparse distribution on axis. |
|||
#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). |
|||
#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. |