Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AiiDA-Yascheduler consistency CI check #8

Open
blokhin opened this issue Jun 19, 2020 · 3 comments
Open

AiiDA-Yascheduler consistency CI check #8

blokhin opened this issue Jun 19, 2020 · 3 comments
Labels
aiida AiiDA interface documentation Improvements or additions to documentation enhancement New feature or request

Comments

@blokhin
Copy link
Member

blokhin commented Jun 19, 2020

#!/bin/bash

if [ $( verdi process list | grep RUNNING | wc -l ) -ne $( yastatus | grep RUNNING | wc -l ) ]; then
    echo "AiiDA-Yascheduler consistency error!";
fi
@blokhin blokhin added the enhancement New feature or request label Jun 19, 2020
@blokhin
Copy link
Member Author

blokhin commented Jun 19, 2020

@ansobolev what do you think?

@blokhin blokhin added bug Something isn't working aiida AiiDA interface and removed enhancement New feature or request labels Jul 11, 2022
@blokhin blokhin added documentation Improvements or additions to documentation enhancement New feature or request and removed bug Something isn't working labels Jun 21, 2024
@blokhin
Copy link
Member Author

blokhin commented Jun 21, 2024

@akvatol does it work for you?

@akvatol
Copy link
Contributor

akvatol commented Jun 25, 2024

It shows "AiiDA-Yascheduler consistency error!". For some reason Aiida does recognize running task as queued.
Unfortunately, I was running the task through AIIDA and didn't quite understand how calculation schemes work. I ran it using the standard "nonmetallic" scheme, which includes calculation of phonon dispersion, which takes a long time. At least, I hope I've reproduced the bug we talked about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aiida AiiDA interface documentation Improvements or additions to documentation enhancement New feature or request
Development

No branches or pull requests

2 participants