Ignore:
Timestamp:
03/23/23 16:19:31 (16 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/branches/xios-3.0-beta/src/io/onetcdf4.hpp

    r2478 r2480  
    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.