Julian Geiger
Julian Geiger
Previously, no checks were applied on the state of a process. Now, by default, only `sealed` processes are being dumped to disk. This can be disabled with the new `--dump-unsealed`...
WIP ## Notes [see here](https://github.com/GeigerJ2/2024-10-10-GM-dumping) Ping to: @djitech13
As mentioned by @giovannipizzi, it would be nice if bulk-updating `Node` `extras` could be achieved using, e.g., a dictionary of the form: ```python { : { 'extra_key1': , 'extra_key2': ,...
The current behavior of `verdi process dump` allows users to dump processes as they are still running. In that case, however, not all files that eventually end up being involved...
As noted by @khsrali and me when trying out the new FirecREST implementation. So maybe not the most general example, but this is where it occurred for me: Say, one...
I added this while I was working on writing the code that warns the user about the possible large file size to be retrieved in PR #6578, but I think...
Tries to open a connection to the remote Computer using the transport of the CalcJobNode, and `get`s the files and folders which were not originally dumped, either as they weren't...
As realized together with @giovannipizzi while debugging things for our new cluster at PSI: When submitting a simple calculation (execution takes about 10s) for testing purposes, with the default `safe_interval=30`...
This is for being able to interactively populate jinja2-style fields in config yaml files, so that files from the `aiida-resource-registry` can also be used in aiida-core, rather than excepting as...