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
  • !507

Draft: AiiDA generator

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Alexander Goscinski requested to merge aiida-generator into master Oct 30, 2024
  • Overview 3
  • Commits 7
  • Pipelines 0
  • Changes 6

As mentioned in issue !300 this MR uses the work in MR !300 as base to create a generator for the AiiDA engine. I take a bit different approach than MR !300 in the sense that no AiiDA object is generated in autosubmit but a completely self-contained folder with all scripts and files together with a script that runs the AiiDA workflow. This has the advantage that the aiida workflow can be generated without having aiida installed. At the moment running the quicksetup job of autosubmit works.

TODOs:

  • The creation of the file needs to be modularized to become maintainable
  • Check if all autosubmit parameters are correctly passed
  • Add warning when Wrappers and MAX_PROCESSES is used
  • Test if remote works
  • Figure out how default parameters are correctly determined in AiiDA, current remote solution is not so clean
  • I might add a conda environment file (or pixi.toml) with dependencies and a README describing the folder structure.
  • Stress test mHM workflow https://github.com/kinow/auto-mhm-test-domains
  • Stress test a workflow with more dependencies (members/chunks/splits), pending on the BSC side to provide an example workflow
  • Stress test Autosubmit -> AiiDA on MN5, pending on the BSC side to set it up and test (~1/2 hours to set up AiiDA, plus the dev env and workflows)
Edited Nov 06, 2024 by Alexander Goscinski
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aiida-generator