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
  • Merge requests
  • !423

Wrapper deadlocks fix and some preparation for stat fixes

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged dbeltran requested to merge wrapper-fixes into master Apr 25, 2024
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 10

Wrapper:

  • Changed the logic of the deadlock to a higher level to take into account ALL platforms not just the one where the wrapper is being submitted. This fixes an issue that @larriola is facing

Stats

  • Added -db flag for stats ( without use right now)

Better Debugging ( DEVS )

  • now job.update_parameter adds platform info if not defined.
  • now the job_list.generate function adds the platforms info to the jobs. Rather than only in running time

These debug improvements are just when developers want to test a workflow in the current status but without running it.

Case use example:

Test db info, copy db from a remote experiment, let's say, job_data_a0py.db, to a local one: job_data_a000.py, and perform autosubmit stats a000. Autosubmit complains about some internal stuff not being there due to it never running; with the changes, I should be able to copy the pkl or perform autosubmit stat without issues ( after changing the project_type to None )

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wrapper-fixes