Opened 4 years ago
Last modified 13 months ago
#611 accepted defect
call to ioipsl subroutines must be checked and probably done only by the master thredds
Reported by: | jgipsl | Owned by: | jgipsl |
---|---|---|---|
Priority: | major | Milestone: | Not scheduled yet |
Component: | Model architecture | Version: | |
Keywords: | Cc: |
Description
When using hybrid mode MPI-OpenMP (only in coupled mode), the call to tlen2itau in time.f90 must not be done by all thredds. The thredds mix up the calculations inside tlen2itau (calendar.f90 in IOIPSL) which makes fatal errors at jean-zay/IDRIS.
All other call to IOIPSL subroutine must be checked and might need to be protected to be done only for the master thredd.
Change History (4)
comment:1 Changed 4 years ago by jgipsl
comment:2 Changed 3 years ago by luyssaert
- Milestone set to Not scheduled yet
comment:3 Changed 20 months ago by jgipsl
- Owner changed from somebody to jgipsl
- Status changed from new to accepted
comment:4 Changed 13 months ago by jgipsl
For example, following probleme might be due to this ticket:
Running LMDZOR at Jean-Zay with one missing file. Follwing will be written but the job will stay hanging until time exceeded:
0: FATAL ERROR FROM ROUTINE flioopfd 0: --> Could not open file : 0: --> soil_bulk_and_ph.nc 0: --> No such file or directory (Netcdf) 0: 0: Fatal error from IOIPSL. STOP in ipslerr with code
Note: See
TracTickets for help on using
tickets.
[6266] : commit in the trunk. The call to tlen2itau from time.f90 were useless.