aiida-core
aiida-core copied to clipboard
The official repository for the AiiDA code
@agoscinski maybe we can integrate what you already have somewhere? E.g., here: #7005.
Alternative to #7003 ^^ See also discussion here: https://github.com/aiidateam/team-compass/issues/25 @unkcpz `ProcessBuilder` was introduced in #1116
This could contain: - Computer / Code setup YAML files - CalcJob resource schema - ...
When working with a `ProcessBuilder`, it was brought up, e.g., by @npaulish, that interaction with it is not straightforward, which makes finding where to edit what complicated for new users....
(see discussion below)
During `verdi computer setup`, I'd suggest the following defaults: * `Transport plugin` -> `core.ssh_async` * `Scheduler plugin` -> `core.slurm` The rest of the options should be straightforward enough for new...