Opened 7 years ago
Closed 5 years ago
#2067 closed Task (wontfix)
Open namelists in read only mode
Reported by: | andmirek | Owned by: | andmirek |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | OCE | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Context
One of the possible reason for significant NEMO slowdown during RAID check is opening namelists by all processors using default (for CRAY) ACTION - readwrite. This ticket is to implement an additional option for SUBROUTINE ctl_opn, defining ACTION="READ" in open statement, when opening namelists (and possibly other read-only files). The MO GMED ticken 384.
Implementation plan
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9434 | andmirek | 2018-03-27T10:32:34+02:00 | #2067 add atribute for file opening |
9426 | andmirek | 2018-03-26T12:46:57+02:00 | #2067 Open namelists in read only mode |
Change History (7)
comment:1 Changed 7 years ago by andmirek
comment:2 Changed 7 years ago by andmirek
comment:3 Changed 7 years ago by andmirek
In 9434:
comment:4 Changed 7 years ago by nicolasmartin
- Owner set to andmirek
- Status changed from new to assigned
comment:5 Changed 6 years ago by nemo
- Milestone set to Unscheduled
Batch modification of milestone field set to 'Unscheduled'
comment:6 Changed 6 years ago by andmirek
- Version changed from v3.6 to trunk
comment:7 Changed 5 years ago by andmirek
- Resolution set to wontfix
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
In 9426: