Opened 8 months ago
Closed 7 months ago
#874 closed enhancement (fixed)
less output text file if PRINTLEV=1
Reported by: | jgipsl | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | ORCHIDEE 4.3 |
Component: | Anthropogenic processes | Version: | trunc |
Keywords: | Cc: |
Description
A mode with less output text file is needed when running on a big number of cores (typically for cases with high resolution in coupled mode). Therefore for the case PRINTLEV=1, only the master MPI and master OMP will open and write to file.
Change History (4)
comment:1 Changed 7 months ago by jgipsl
comment:2 Changed 7 months ago by jgipsl
The commit was not working, it has been reverted back (removed) [7782].
comment:3 Changed 7 months ago by jgipsl
Above is now done in [7790]
comment:4 Changed 7 months ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Done in ORCHIDEE_2_2 in [7792]. Not all of the modifications were done in this branch. Only the main changes to have PRINTLEV=1 functionnalty working (only 1 text output file opened).
Note: See
TracTickets for help on using
tickets.
Done in : [7781].
If PRINTLEV=0, no files are opened, text output are written to standard output.
If PRINTLEV=1, only master open and writes to out_orchidee_0000 (or out_orchidee_0000_0000). All other processors change to have printlev=0 and no files are opended for them.