Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#78 fixed grid masking attribute incorrect name : mask1, mask2, mask3 ... mhnguyen ymipsl
Description

In order to be coherent with previous xios convention, rename grid_masking attribute

mask1 -> mask_1d mask2 -> mask_2d etc..

Up to mask_7d

#83 fixed chaining filter doesn't works when reading data from file mhnguyen ymipsl
Description

Field reference are not correctly build when data is coming from a file. <file id="toto" />

<field id="read_field>

</file>

<field id="tmp_field" field_ref="read_field"/> <field id="final_field" field_ref="tmp_field" />

Data flow value is not transmitted from tmp_field to final_field.

#84 fixed abort in XIOS cause dead lock with MPI mhnguyen ymipsl
Description

When exception is launch from XIOS, it terminates with abort() call. It may be a mistake with MPI run under some environment since de MPI library doesn't catch the abort and transfer the information to the other MPI processes.

Try to replace abort() in exception.cpp by MPI_Abort

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