Ignore:
Timestamp:
08/28/17 12:15:49 (7 years ago)
Author:
oabramkina
Message:

Modifications allowing secondary-server pools of different size. It's controlled by a new parameter number_pools_server2.
Tests: complete, toy, ipsl.

This functionality is to be used in future. For now it is disabled and XIOS works as before with one process assigned per pool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/client.cpp

    r1233 r1243  
    9696          } 
    9797 
    98 //          myColor=colors[hashClient]; 
    99           myColor=leaders[hashClient] ; 
     98          myColor=colors[hashClient]; 
    10099          MPI_Comm_split(CXios::globalComm,myColor,rank_,&intraComm) ; 
    101100 
     
    275274 
    276275    /*! 
    277     * Return rank in model intraComm 
     276    * Return global rank without oasis and current rank in model intraComm in case of oasis 
    278277    */ 
    279278   int CClient::getRank() 
Note: See TracChangeset for help on using the changeset viewer.