Ignore:
Timestamp:
03/23/23 16:22:23 (15 months ago)
Author:
jderouillat
Message:

Chunk must be defined for non fields variables too in parallel write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/io/onetcdf4.hpp

    r2479 r2481  
    4949            int addDimension(const StdString& name, const StdSize size = UNLIMITED_DIM); 
    5050            int addVariable(const StdString& name, nc_type type, 
    51                             const std::vector<StdString>& dim, int compressionLevel=0); 
     51                            const std::vector<StdString>& dim, bool defineChunking=true); 
    5252            int addChunk(CField* field, nc_type type, 
    5353                         const std::vector<StdString>& dim, int compressionLevel=0); 
Note: See TracChangeset for help on using the changeset viewer.