New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2077 (xios-1.0 rev703 error in parallel output) – NEMO

Opened 6 years ago

Closed 6 years ago

Last modified 2 years ago

#2077 closed Bug (invalid)

xios-1.0 rev703 error in parallel output

Reported by: PlankTOM Owned by: systeam
Priority: low Milestone:
Component: tools Version: v3.6
Severity: minor Keywords: Tools v3.6
Cc:

Description (last modified by nicolasmartin)

Context

On a linux cluster, and compiling with gcc, using one_file in iodef.xml generates an error.

Analysis

...

Fix

  • onetcdf4.cpp

     
    298298 
    299299         int grpid = this->getCurrentGroup(); 
    300300         int varid = this->getVariable(varname); 
    301          CNetCdfInterface::defVarDeflate(grpid, varid, compressionLevel); 
     301         if (!wmpi) 
     302           CNetCdfInterface::defVarDeflate(grpid, varid, compressionLevel); 
    302303      } 
    303304 
    304305      //--------------------------------------------------------------- 

Commit History (0)

(No commits)

Change History (2)

comment:1 Changed 6 years ago by nicolasmartin

  • Description modified (diff)
  • Resolution set to invalid
  • Status changed from new to closed

Here we do not support XIOS, you must address this to the XIOS team through their users mailing list: xios-users@…

comment:2 Changed 2 years ago by nemo

  • Keywords Tools v3.6 added
Note: See TracTickets for help on using tickets.