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.hpp

    r552 r553  
     1/*! 
     2   \file distribution_server.hpp 
     3   \author Ha NGUYEN 
     4   \since 13 Jan 2015 
     5   \date 04 Feb 2015 
     6 
     7   \brief Index distribution on server side. 
     8 */ 
     9 
    110#ifndef __XIOS_DISTRIBUTION_SERVER_HPP__ 
    211#define __XIOS_DISTRIBUTION_SERVER_HPP__ 
     
    514 
    615namespace xios { 
     16 
    717/*! 
    8 \class CDistributionServer 
    9  The class, for now, plays a role of computing local index for writing data on server 
     18  \class CDistributionServer 
     19  The class, for now, plays a role of computing local index for writing data on server 
    1020*/ 
    1121class CDistributionServer : public CDistribution 
Note: See TracChangeset for help on using the changeset viewer.