Custom Query (124 matches)
Results (67 - 69 of 124)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#121 | fixed | mess in time axes | ymipsl | ssenesi |
Description |
Using a toy client like test_grid (see former ticket), and
I get an output with coordinates="... time_instant" and a time_instant variable which has values : [ 600, 1200, -, -] This seems odd; I was expecting either :
The same occurs if, instead of setting freq_op=2ts, I send the field only one out of 2 timesteps What did I miss ? |
|||
#55 | fixed | Memory leak | mhnguyen | ymipsl |
Description |
XIOS seems to have some small memory leak at each timestep. Accumulation increase memory consumption for long time simulation and crash the job. |
|||
#98 | fixed | Issue with DHT when the number of indexes is lower than the number of clients | mhnguyen | rlacroix |
Description |
This can be reproduced using test_client.exe. The axis has 5 elements but as soon as you use more than 5 servers, the axis size used when computing the indexes will become equal to the number of clients. The problem lies somewhere in CClientClientDHTInt class or in one of the classes it uses but I'm not familiar with this code so it would be easier if you could have a look at the issue. |