Custom Query (116 matches)
Results (55 - 57 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#65 | fixed | Regression caused by automatic detection of buffer size | mhnguyen | rlacroix |
Description |
As far as I can tell the automatic detection of buffer size is causing two issues (closely related):
This can probably be solved by always allocating a buffer with a fixed minimum size we know will always be sufficient to allocate the internal messages. |
|||
#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. |
|||
#67 | fixed | Add bounds for vertical axis | rlacroix | ymipsl |
Description |
Add an optionnal attribute for vertical axis named "bounds" of double array. The dimensions must be [n][2] where n is the size of the axis. If this attribute is present, the bounds must be writen in the nectdf file. For example : If the name of the verical axis is "presniv" : we must have in the file: dimensions:
variable:
This must be also reported into XIOS-2.0 |