aiida-core icon indicating copy to clipboard operation
aiida-core copied to clipboard

The official repository for the AiiDA code

Results 496 aiida-core issues
Sort by recently updated
recently updated
newest added

@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....

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...

type/feature request