Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
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):

  • XIOS will raise an error if a context has no enabled output file which it has no good reasons to do.
  • XIOS can fail if internal messages are bigger than the estimated output data.

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.

#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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.