Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#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).

#73 wontfix `multiple_file` mode cannot always work in `read` mode rlacroix
Description

XIOS is supposed to be able to open files created in multiple_file mode as long as the number of servers is unmodified.

However XIOS tries to auto-complete the XML by reading attributes from the files. Unfortunately this operation is done on the clients so it fails because the number of clients does not match the expected number of servers.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.