AiiDA Team
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # AiiDA Team Meeting 2021-09-08 ###### tags: `team meetings` ###### time: 11am CET [TOC] ### Present * Francisco * Ninad * Leopold * Sebastiaan * Marnik * Louis * Martin * Giovanni * Chris ### Catch-up round *Max. 3 minutes each* Sebastiaan * **Merged PRs**: * [CI: do not run the benchmark on forks](https://github.com/aiidateam/aiida-core/pull/5108) * [Entry points: add the core. prefix to all entry points](https://github.com/aiidateam/aiida-core/pull/5073) * [CLI: fix bug in the CliFormatter log utility ](https://github.com/aiidateam/aiida-core/pull/5107) * [Docs: add topics section on repository usage](https://github.com/aiidateam/aiida-core/pull/5113): * **Open PRs**: * [Engine: implement functionality to immigrate completed `CalcJobs`](https://github.com/aiidateam/aiida-core/pull/5086): The [AEP](https://github.com/aiidateam/AEP/pull/12) has been updated and finished. It is ready for final review. I have chosen the name "importer" instead of "immigrator". Justification for this naming is included in the AEP. * [Dependencies: update to `click==8.0` and remove `click-completion` ](https://github.com/aiidateam/aiida-core/pull/5111): Typical case of underestimating the amount of work required. Quite some changes were necessary, but it does allow us to drop a dependency. * [`Node`: add the `copy_tree` method](https://github.com/aiidateam/aiida-core/pull/5114): Basic operation that was possible but required a lot of manual code and was requested a lot. Should be a straightforward review. * [`CalcJob`: allow directories in `local_copy_list`](https://github.com/aiidateam/aiida-core/pull/5115): Builds on the previous PR as it leverages the `Node.copy_tree` method. This makes writing `CalcJob` plugins that need to copy files from a `FolderData` a lot easier. For example, `aiida-quantumespresso` needs this for various calcjob plugins. * [CLI: rework the logging verbosity implementation](https://github.com/aiidateam/aiida-core/pull/5119): Change in behavior of the recently implemented `--verbosity` option for the command line requested by @nnmOmSLLTKymjzpfuwixfA Chris: * https://github.com/chrisjsewell/aiida-task-controller * RabbitMQ >= 3.7 will start breaking without manual configuration: https://github.com/rabbitmq/rabbitmq-server/pull/2990 * A working prototype for a non-RabbitMQ Process execution coordinator (README provides full description) * Helpful feedback from Martin and Gio * disk-objectstore * 🚀 RELEASE: v0.6.0 (#118) * ✨ NEW: Add basic CLI (#116) * ⬆️ UPGRADE: sqlalchemy v1.4 (v2 API) (#114) * 🔧 MAINTAIN: Add typing (#113) * aiida * ♻️ REFACTOR: Remove QueryManager (#5101) * 🔧 MAINTAIN: Remove _DeprecateConfigCommandsGroup (#5110) * awaiting review * ⬆️ UPGRADE: sqlalchemy v1.4 (v1 API) #5103 * ✨ NEW: Add orm.Entity.fields interface for QueryBuilder * In progress * 👌 IMPROVE: Add SQLA migration for parity with Django schema #5097 Simon: * _Attending the all-day MarketPlace consortium meeting._ * Reviewed [PR #5104](https://github.com/aiidateam/aiida-core/pull/5104). (allow upgrade of psycopg2) * Assigned and working on [issue #5117](https://github.com/aiidateam/aiida-core/issues/5117). Francisco: * Currently working on the maintain CLI ([#4965](https://github.com/aiidateam/aiida-core/pull/4965)) * Support to Samuel on querying for sub-called processes of some workchains. **Lessons:** the `verdi process status` is a useful command to consider for the querying section of the docs. Even better if we can make something that is more comfortable to use in the verdi shell instead of just text that needs to be parsed (idea: a process/workflow method that returns a nested dict of called processes) * Attended CSCS User Lab day (Last Friday Sep 03) * They gave an overall view of the services they have (Sarus for containers, Jenkins for CI, FirecREST for workflows, etc) and of the submission process to request running time via projects. * Discussed about the "HTC scheduler problem" * **PROBLEM:** schedulers in computing clusters (at least SLURM) seem to, by default, have the nodes as the minimal resource unit (for example, this is how CSCS works). As nodes become more powerful ([ALPS](https://www.cscs.ch/computers/alps/) will have 2 sockets with 64 cores each = 128 cores) most HTC calculations don't need to use a whole node. * The reason for this seems to be that supporting a lot of small runs requires the SLURM installation to occupy a lot of the resources for management that would otherwise be available for running. It is **not** related to inefficient/unfair resource distribution (SLURM can handle that just fine). * **CSCS SOLUTION:** they use [GREASY](https://user.cscs.ch/tools/high_throughput/) as a meta scheduler. Typically you create a text file with all HTC calls (tasks), and you submit a script that starts an instance of GREASY in the nodes which reads that text file and executes the runs. * **INTERACTION WITH AiiDA:** In principle is complicated, since AiiDA wants to have a separate script submission to a queue for each run and GREASY launches 1 SLURM script for many calculations. * New SLURM-GREASY AiiDA scheduler? Is it worth it? (consider: specific purposes like LUMI, and general direction of computer clusters). * Should be coordinated with the [Fireworks scheduler](https://aiida-fireworks-scheduler.readthedocs.io/en/latest/) and task farming (see Leopold's comment). * GREASY reads updates on the textfile with the tasks, so the "submission script" could append to that file. * There should be a mechanism that checks if there is already a GREASY instance running in the SLURM queue, and if not it needs to be generated (with an initial 5 min sleep task?) * GREASY keeps a log file that could be parsed to figure out when jobs have finished. * It also currently have some limitations but I was told these can be fixed if requested (for example: all tasks in the same GREASY instance currently have to use the same ammount of cores). Leopold: * opened [thread on task farming](https://github.com/aiidateam/aiida-core/discussions/5112) - @francisco, perhaps you want to add this info there? Marnik: * Nothing to report on the `aiida-core` front. * Attended LUMI briefing today with Francisco. Mainly information on when the pilot phase will finally start after some delays (11th of October). I don't see any changes required for `aiida-core`, however Francisco did mention we might be able to use Bonan's Fireworks scheduler for some of the post-processing. Giovanni: * Any feedback on the implementation suggestion [in this issue comment](https://github.com/aiidateam/aiida-core/issues/5084#issuecomment-900278316)? This would be preliminary to any meta-scheduler work and simplify the life also for the aiida-fireworks-scheduler. * Nothing new to report. Jason: * _Attending the all-day MarketPlace consortium meeting_ with Simon. * I am sorry guys. I really want to say hi to you all! Anyway, I am stay on the AiiDA launcher now and prepared to start in this week. :rocket: ### Specific Agenda Items * Presentation of `aiida-restapi` plugin by Ninad Bhat (GSOC 2021) [slides](https://docs.google.com/presentation/d/1UtADuobi0BX9MhUi3phAe9ESR801g1wUGzQB8HAz9sM/edit#slide=id.p) * You can comment directly on the slides * Feedback: Sebastiaan - use just the node type (not the "full type"); use the entry points instead

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully