Ignore:
Timestamp:
06/22/17 17:03:07 (7 years ago)
Author:
oabramkina
Message:

Two server levels:
(1) oasis works now with two server levels
(2) corrected assignment of processes between two server levels in case of non-contiguous processes
(3) corrected a bug during context finalization.

File:
1 edited

Legend:

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

    r1158 r1180  
    100100          MPI_Comm_split(CXios::globalComm,myColor,rank_,&intraComm) ; 
    101101 
    102           if (CXios::usingServer2) 
    103             MPI_Allgather(&hashClient, 1, MPI_LONG, hashAll, 1, MPI_LONG, CXios::globalComm) ; 
    104  
    105102          if (CXios::usingServer) 
    106103          { 
Note: See TracChangeset for help on using the changeset viewer.