Opened 5 years ago

#150 new defect

problem in CDomainAlgorithmGenerateRectilinear::computeDistributionGridDestination

Reported by: ymipsl Owned by: ymipsl
Priority: major Component: XIOS
Version: 2.0 Keywords:
Cc:

Description

Something seems to be bad in computeDistributionGridDestination (domain_algorithm_generate_rectilinear).

for (int i = 0; i < gridDest->axis_domain_order.numElements(); ++i)

{

if (false == (gridDest->axis_domain_order)(i)) <= ym : axis_domain_order is an int
{

nbPartition *= (axisListDestP[idx]->n_distributed_partition.isEmpty()) ? 1: (axisListDestP[idx]->n_distributed_partition.getValue());
++idx;

}

}

Probably wrong, need to be checked, n_distributed_partition is probably meaningfull currently.

YM

Change History (0)

Note: See TracTickets for help on using tickets.