-
The time taken to submit a process seems to increase when the number of active daemon workers increases. Below a quick profiling of the `aiida.engine.launch.submit` method, courtesy of @giovannipizzi …
-
To avoid the current bash escaping that adds single quotes around every command and argument, I added a bit of hacky `sed` logic:
https://github.com/aiidateam/aiida-hyperqueue/blob/3f38f178badf7c1c…
-
```
root@metis-dev-backend:/data/metis-backend# pip install -r requirements.txt
...
Collecting git+https://github.com/tilde-lab/aiida-dummy (from -r requirements.txt (line 23))
Cloning https://g…
-
@chrisjsewell Verdi is then up and running.
I pushed forward testing the installation instructions and had the following problems (I do hope that this helps).
In [1]: !verdi status …
-
Reimplementing the entity models (node, user, ...) from scratch is quite straightforward with pydantic, and probably the quickest way to start.
Ideally, at some point however we should try to infer…
-
### Describe the current issue
Alright, so this might be one of the last issues @khsrali and I will raise here regarding the documentation for now 😅
One thing that was recently brought up by @bas…
-
https://github.com/aiidateam/aiida-core/issues/5638#issue-1369918831
-
Please check these boxes before submitting your issue, thank you!
- [ ] aiida-vasp and aiida-core are installed in a virtualenv that is used for nothing else
I use `Conda`, not `virtualenv`.…
-
Dear aiida-cp2k developpers,
Using cp2k-input-tools to generate parameters from an existing CP2K input file that can then be used in the aiida-cp2k builder, my test calculation failed with the foll…
-
Hi! :wave:
I came across this package while looking into who is using the `aiida-testing` package (currently published on pypi as `aiida-testing-dev`). You have a dependency on this package in `py…