Ignore:
Timestamp:
05/15/17 16:58:35 (7 years ago)
Author:
mhnguyen
Message:

Correcting a minor bug on writting unstructured grid

+) Correct the mapping between received data and written data.
+) Clean some redundant codes

Test
+) On Curie
+) Writing on unstructured grid works correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/grid.cpp

    r1129 r1132  
    632632            CArray<size_t,1>& localIndex = outLocalIndexStoreOnClient[rank]; 
    633633            size_t nbIndex = 0; 
     634             
     635            // Keep this code for this moment but it should be removed (or moved to DEBUG) to improve performance 
    634636            for (size_t idx = 0; idx < globalIndex.numElements(); ++idx) 
    635637            { 
     
    640642            } 
    641643 
     644             
    642645            if (nbIndex != localIndex.numElements()) 
    643646                 ERROR("void CGrid::computeClientIndex()", 
Note: See TracChangeset for help on using the changeset viewer.