Ali Khosravi
Ali Khosravi
Add `--force` flag to `verdi computer delete` as suggested in issue #5395. Without this flag, users will be prompted to confirm if they wish to remove the computer along with...
Regarding the issue #470, that `pw.x` is installed in a different location in Quantum mobile.
#### Running external codes - for those who are using Quantum Mobile `pw.x` is actually located here: `/usr/local/bin/pw.x` While in the documentation, it is written: `verdi code setup --label pw...
Right now, `verdi computer test firecrest` fails with any transport plugin that doesn't support command execution. For instance, FirecREST does not allow for such. Users of these computers don't have...
When copying files within internal CSCS systems, usually it's useful to preserve all symlinks to avoid overfilling storage. This is the default behaviour of the well developed `/storage/xfer-internal/cp`. However, in...
This issue is similar to #172 , but this time the header is `X-Invalid-Path` instead of `X-Exists` #### Environment to reproduce on CSCS machine `dom`, this is returning X-Invalid-Path instead...
Currently, in `verdi computer setup` if you use the same label of a computer that already exists, you'll notify at the very end of the command when all option are...
This is particularly useful, when `unit` and `unit_scale` is to be set during a callback. see: https://github.com/aiidateam/disk-objectstore/pull/171 & https://github.com/aiidateam/aiida-core/pull/6562 An ideal use case would be: ```python # in aiida-core with...
This PR provides a solution for an issue previously raised in [discourse](https://aiida.discourse.group/t/verdi-archive-import-fails-when-importing-large-dataset-to-a-profile-with-sqlite-dos-backend/448/17). ### The issue: Sofar, AiiDA doesn't enforce any specific version of [`sqlite` (in C-language)](https://www.sqlite.org/index.html) at any stage. This...
Right now, if you google for example "aiida tab completion" top results are from version 0.12.1 and 1.0.1. Note: this issue doesn't only concern about an specific search, but in...