Opened 9 years ago
Closed 8 years ago
#72 closed defect (fixed)
Crash when using a 2D grid made of 2 distributed axis
Reported by: | rlacroix | Owned by: | |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 2.0 | Keywords: | Distributed axis |
Cc: |
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).
Attachments (2)
Change History (3)
Changed 9 years ago by rlacroix
Changed 9 years ago by rlacroix
comment:1 Changed 8 years ago by mhnguyen
- Keywords Distributed axis added
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.