Changeset 2149


Ignore:
Timestamp:
06/10/21 09:59:33 (3 years ago)
Author:
jderouillat
Message:

Do not remove ranks with empty data from file writing communicators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp

    r2002 r2149  
    258258 
    259259      // create sub communicator for file 
    260       createSubComFile(); 
     260      createSubComFile();  // NetCDF runs now write of null data 
     261      MPI_Comm_dup(context->intraComm_, &fileComm) ; 
    261262 
    262263      if (time_counter_name.isEmpty()) time_counter_name = "time_counter"; 
     
    279280    /*! 
    280281      Create a sub communicator in which processes participate in reading/opening file 
     282      Seems to be deprecated (allZoneEmpty too, which is always false) 
    281283    */ 
    282284    void CFile::createSubComFile() 
Note: See TracChangeset for help on using the changeset viewer.