Opened 10 years ago

Closed 9 years ago

#219 closed enhancement (fixed)

ada. On ada add a trick to avoid rsh ergon saturation.

Reported by: mafoipsl Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.5 metrics
Component: system Version:
Keywords: ada adapp rsh ergon sleep Cc:

Description

On ada, sometime, too many rsh ergon command break TimeSeriesChecker.

Trick : add two sleep 15

  • after Qsub
  • after each component with TS :
    411                   IGCM_sys_QsubPost create_ts
          sleep 15
    ...
    445     done
          sleep 15
    446   fi
    447 done # comp loop
    

Change History (4)

comment:1 Changed 10 years ago by sdipsl

  • Owner changed from somebody to sdipsl
  • Status changed from new to assigned

comment:2 Changed 10 years ago by sdipsl

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

Done see r1055

comment:3 Changed 9 years ago by mafoipsl

  • Milestone changed from libIGCM_v2.4 metrics to libIGCM_v2.5 metrics
  • Resolution fixed deleted
  • Status changed from closed to reopened

This trick is not any more mandatory. Rsh/rcp have been modified to reduce latency between 2 successive rcp/rsh command.

Test done on adapp : /linkhome/rech/psl/rpsl003/BENCHTMP/adapp/modipsl/config/IPSLCM5A/v5.historicalCMR4/POST_REDO/ TSC_OUT_NOSLEEP

comment:4 Changed 9 years ago by sdipsl

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

Done see r1143

Note: See TracTickets for help on using tickets.