You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the submission controller is typically wrapped in a bash script:
whiletrue;do# Submit stuff with submission controller in some Python script
sleep 60
done
This is somewhat archaic, and often requires passing a lot of arguments over and over again. Would be much better if there was some integration with a daemon (e.g. the AiiDA one if possible) that takes care of the regular submissions.
Another note in regard to the move to pydantic: It would be very nice to store submission controller instances (that should contain care of all the details regarding the submission) and them connect them to the daemon with a simple CLI command and the stored JSON file.
The text was updated successfully, but these errors were encountered:
Currently the submission controller is typically wrapped in a bash script:
This is somewhat archaic, and often requires passing a lot of arguments over and over again. Would be much better if there was some integration with a daemon (e.g. the AiiDA one if possible) that takes care of the regular submissions.
Another note in regard to the move to
pydantic
: It would be very nice to store submission controller instances (that should contain care of all the details regarding the submission) and them connect them to the daemon with a simple CLI command and the stored JSON file.The text was updated successfully, but these errors were encountered: