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 · 1 comment
Open

AiiDA-Yascheduler consistency CI check #8

blokhin opened this issue Jun 19, 2020 · 1 comment
Labels
aiida AiiDA interface bug Something isn't working

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aiida AiiDA interface bug Something isn't working
Development

No branches or pull requests

1 participant