Custom Query (115 matches)
Results (97 - 99 of 115)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#66 | fixed | Regression caused by grid related changes | mhnguyen | rlacroix |
Description |
It seems the recent grid related changes have caused a regression which affects the zoom feature. If some processes have nothing to output, XIOS will deadlock. This can be reproduced using the "test_complete" example after r565. This is possibly caused by the "pseudo-global" communication style used by XIOS, if one client skips the communication with the server, a deadlock will occur. |
|||
#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. |
|||
#78 | fixed | grid masking attribute incorrect name : mask1, mask2, mask3 ... | mhnguyen | ymipsl |
Description |
In order to be coherent with previous xios convention, rename grid_masking attribute mask1 -> mask_1d mask2 -> mask_2d etc.. Up to mask_7d |