Ignore:
Timestamp:
06/22/15 13:36:37 (9 years ago)
Author:
mhnguyen
Message:

Final tests of zoom and inverse on axis

+) Modify test_client and test_complete to work with new grid definition
+) Correct some bugs causing memory leak
+) Clean abundant code
+) Add more comments to new files

Test
+) On Curie
+) test_client and test_complete pass with correct results

Location:
XIOS/trunk/src/transformation
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/transformation_mapping.cpp

    r623 r624  
    33   \author Ha NGUYEN 
    44   \since 14 May 2015 
    5    \date 09 June 2015 
     5   \date 18 June 2015 
    66 
    77   \brief Take charge of communication among clients to exchange transformed data. 
     
    3333  } 
    3434 
    35   std::cout << "global index grid src " << globalIndexGridSrc << std::endl; 
    3635  gridIndexClientClientMapping_ = new CClientServerMappingDistributed(globalIndexOfServer, 
    3736                                                                      client->intraComm, 
Note: See TracChangeset for help on using the changeset viewer.