Marnik Bercx

Results 122 issues of Marnik Bercx

In several parts of the tutorial we use `wget` to download files: https://github.com/aiidateam/aiida-tutorials/blob/96966291557fd1e9e8f85b0aa044f9b5823ec764/docs/sections/running_processes/basics.md?plain=1#L56-L58 The idea was that it's easy to copy paste and use on a remote machine, whereas `download`...

The current computer setup does not specify the default number of MPI processes per machine. This causes the work chain submitted by the `get_builder_from_protocol()` method to except when the resources...

One nice feature in AiiDA is that you can automatically serialize inputs into AiiDA data types by specifying a `serializer` on the input port: https://aiida.readthedocs.io/projects/aiida-core/en/latest/topics/processes/usage.html#automatic-input-serialization This allows users to pass...

section/plugins
section/workflows
type/new
priority/nice-to-have

In https://github.com/aiidateam/aiida-core/pull/5073, the entry points of plugins that ship with `aiida-core` are prefixed with `core.`. Once this change has been released, the tutorial material must be updated to reflect this...

section/all
type/maintain
priority/on-hold

The `direct` scheduler is used for the tutorial because we are typically only running a few calculations, so the resources of the machine are not overwhelmed. However, if this is...

type/improve
section/running-calculations
priority/nice-to-have

In this issue we'll keep track of testing of the tutorial material for the 2021 tutorial. All testing is done on the JupyterHub cluster set up by @csadorf. The link...

event/2021-intro-week
section/all
type/final-checks
priority/mission-critical

**General note:** Make any changes by opening a PR into the `tutorial-2021-intro-week` branch. I'm preparing a [wiki page with more information on MyST Markdown](https://github.com/aiidateam/aiida-tutorials/wiki/Moving-to-using-MyST-Markdown), but this is still a work...

type/improve
section/workflows
priority/important

One potential issue is that some of the participants might not have a lot of Python experience. Rather than write them off, I want to give them a list of...

type/new
section/all
priority/nice-to-have

The 2020 tutorial had several appendices: https://aiida-tutorials.readthedocs.io/en/latest/pages/2020_Intro_Week/index.html#appendices Which are currently missing from the new restructured content. Since they can contain interesting content, and e.g. the Querying tutorial referred to some...

type/new
priority/nice-to-have

Most likely, the PK's of the participants will be different than the ones from the example snippets for all modules. This raises the question whether we should use `` to...

type/question
section/all
priority/nice-to-have