Custom Query (116 matches)
Results (43 - 45 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#100 | fixed | Problem with splitted time series file name | mhnguyen | aclsce |
Description |
In case of :
and
a "_" is missing in the name of file since revision 875. For example : 1) OK with XIOS rev 874: TS_t2m_20000101-20000101.nc 2) Not OK with XIOS rev 875 : TS_t2m20000101-20000101.nc |
|||
#99 | fixed | Need separating source and build directory | ymipsl | ssenesi |
Description |
XIOS make system is fine. However, when testing various configurations of architecture files, and hence building various versions of libraries and binaries, it would be much useful if the 'obj' and 'bin' directory were suffixed by the 'arch' value. This in order to avoid multiplying directories with the whole distro (and hence mutliplying the ARCH directories, which inevitably leads to mixing arch files versions ...) |
|||
#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. |