Custom Query (116 matches)
Results (82 - 84 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. |
|||
#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). |