Custom Query (116 matches)
Results (34 - 36 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#74 | fixed | XML auto-completion from the input files is too strict | rlacroix | |
Description |
XIOS fails to reopen files it created because the auto-completion of the axis/domain attributes is too aggressive. Some attributes like the bounds are considered as mandatory while they should not. |
|||
#75 | fixed | The axis attribute "value" should be optional | rlacroix | |
Description |
The axis attribute "value" should be optional. If it's missing, it could either be auto-generated or just skipped completely. |
|||
#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. |