Changeset 2149 for XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp
- Timestamp:
- 06/10/21 09:59:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp
r2002 r2149 258 258 259 259 // create sub communicator for file 260 createSubComFile(); 260 createSubComFile(); // NetCDF runs now write of null data 261 MPI_Comm_dup(context->intraComm_, &fileComm) ; 261 262 262 263 if (time_counter_name.isEmpty()) time_counter_name = "time_counter"; … … 279 280 /*! 280 281 Create a sub communicator in which processes participate in reading/opening file 282 Seems to be deprecated (allZoneEmpty too, which is always false) 281 283 */ 282 284 void CFile::createSubComFile()
Note: See TracChangeset
for help on using the changeset viewer.