Ignore:
Timestamp:
02/11/15 16:23:12 (9 years ago)
Author:
mhnguyen
Message:

Seperating global index computation on client and server side

+) Create a class which do mapping in general manner, between client and server index global
+) Remove some redundant functions and variables
+) Add some comments to code

Test
+) On Curie. Only test_new_features.f90
+) Test passes and results are correct.
+) Need to change index from 1 to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/distribution_server.cpp

    r552 r553  
     1/*! 
     2   \file distribution_server.cpp 
     3   \author Ha NGUYEN 
     4   \since 13 Jan 2015 
     5   \date 04 Feb 2015 
     6 
     7   \brief Index distribution on server side. 
     8 */ 
    19#include "distribution_server.hpp" 
    210 
    311namespace xios { 
     12 
    413CDistributionServer::CDistributionServer(int rank, int dims, CArray<size_t,1>* globalIndex) 
    514  : CDistribution(rank, dims, globalIndex), nGlobal_(), nZoomSize_(), nZoomBegin_() 
Note: See TracChangeset for help on using the changeset viewer.