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.
#2392 (avoid useless allocation in diawri) – NEMO

Opened 4 years ago

Closed 4 years ago

#2392 closed Defect (fixed)

avoid useless allocation in diawri

Reported by: smasson Owned by: systeam
Priority: low Milestone:
Component: DIA Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

avoid do allocate 6 x 3D arrays when not doing any output (no key_iomput and nn_write == -1, e.g. BENCH)

Analysis

bypass allocation in dia_wri_alloc

Recommendation

do it!

Commit History (1)

ChangesetAuthorTimeChangeLog
12493smasson2020-03-02T08:56:31+01:00

trunk: minor optimisation in diawri, see #2392

Change History (2)

comment:1 Changed 4 years ago by smasson

In 12493:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 4 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed

done in [12493]

Note: See TracTickets for help on using tickets.