Custom Query (116 matches)
Results (58 - 60 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#82 | wontfix | content operation doesn't accept constant | rlacroix | ymipsl |
Description |
This kind of operation <field id="toto" > 1 </field> or <field id="toto" > 1 + 1 </field> Doesn't work and make an error when parsing field content or graph building sequence. |
|||
#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" />
</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 |