Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Issues
  • #1386
Closed
Open
Issue created Aug 08, 2024 by dbeltran@dbeltranMaintainer

Autosubmit config checker: Vertical wrapper enabled and Max_wallclock

Hello @bdepaula , @egarriga

Context:

We have a function to check the mandatory AS parameters before running an autosubmit command. This function should raise an AutosubmitCritical and show what is missing.

Problem:

We missed a check when the max_wallclock is lower than one inner_job of the wrapper.

Example:

Marenostrum5:
  MAX_WALLCLOCK: 02:30
Lumi:
  MAX_WALLCLOCK : 00:30
Sim:
 WALLCLOCK: 04:00
WRAPPERS:
 WRAPPER:
   JOBS_IN_WRAPPER: SIM

Excepted:

Raise an Autosubmit Critical error similar to the msg: "Invalid configuration, max_wallclock for {platform} is lower than the {wrapper} defined. Check {current_wrapper.jobs_in_wrapper} or/and {platform} configuration

Current behavior:

Autosubmit deadlock when trying to make the vertical wrapper.

Edit: I don't remember if this check was in the autosubmit configparser side.

Edited Aug 08, 2024 by dbeltran
Assignee
Assign to
Time tracking