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

The official repository for the AiiDA code

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

This is the implementation separated from #5507. - [x] The singularity nightly test is added and passed. - [x] Also test for the portable type containerized code I have it...

### Describe the bug When there are a few hundred aiida jobs running on external cluster and the local machine is rebooted all the running jobs become unreachable on completion,...

type/bug

### Is your feature request related to a problem? Please describe We can now run `verdi code delete ` even though the calculations are run by code and node associated...

type/feature request

Implementation of [AEP: Allow CalcJobs to be actively monitored and interrupted](https://github.com/aiidateam/AEP/pull/36)

[`wrapt` conda forge](https://anaconda.org/conda-forge/wrapt/files?page=2) don't have py3.10 support for the wrapt=1.11. Bump it to `1.14` so can be installed by conda with python 3.10.

Fixes #2861 Fixes #3334 If a process would hit an exception during a state transition, the node would not always be cleaned up properly. For example, when a process registers...

pr/blocked

The `aiidalab-launch` may be not proper to mention here which will somehow confuse users between aiida and aiidalab. But since from 2.x aiidalab is now all based on [jupyter/minimal-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-minimal-notebook) rather...

By doing so, the transport throttling and bundling functionality of the engine will be used, allowing users to submit many importing jobs without overloading the server. The transport can be...

priority/important
type/feature request
topic/calc-jobs
type/backwards-incompatible

Fixes #1172 Up till now, variadic arguments, i.e., arguments defined as `*args` in a function signature which collects any remaining positional arguments, were not supported for process functions. The main...

Fixes #5650 There is currently no way to retrieve files using glob patterns while maintaining the exact file hierarchy of the remote working directory. The only supported syntaxes are: *...