Ignore:
Timestamp:
04/08/16 15:00:29 (8 years ago)
Author:
mhnguyen
Message:

Exposing some functions to Fortran interface

+) Allow add axis and domain into grid with Fortran interface
+) Remove some redundant code

Test
+) On Curie
+) test_client passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/client_server_mapping_distributed.cpp

    r829 r835  
    2222{ 
    2323  ccDHT_ = new CClientClientDHTInt(globalIndexOfServer, 
    24                                    clientIntraComm, 
    25                                    isDataDistributed); 
     24                                   clientIntraComm); 
    2625} 
    2726 
     
    3938  ccDHT_->computeIndexInfoMapping(globalIndexOnClient); 
    4039  const boost::unordered_map<size_t,int>& infoIndexMap = (ccDHT_->getInfoIndexMap()); 
    41 //  indexGlobalOnServer_ = (ccDHT_->getInfoIndexMap()); 
    4240  boost::unordered_map<size_t,int>::const_iterator it = infoIndexMap.begin(), ite = infoIndexMap.end(); 
    4341  for (; it != ite; ++it) 
Note: See TracChangeset for help on using the changeset viewer.