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

Check if client is initialised #46

Closed
bschroeter opened this issue Aug 9, 2024 · 0 comments · Fixed by #49
Closed

Check if client is initialised #46

bschroeter opened this issue Aug 9, 2024 · 0 comments · Fixed by #49

Comments

@bschroeter
Copy link
Contributor

Integration with benchcab requires that the client be initialised. We need a utility function that determines if the credentials are set up and working in order to submit the job.

In benchcab, when the client is called via PBS it is probably not going to have access to the internet (i.e. on a compute node with no access to it) so there will have to be an assumption that if the credentials file exists for the user, then it can connect.

In any case, the called job is independent of the benchcab run and should provide sufficient exception handling/error messaging if there is an issue with the credentials. Also, it should be able to be rerun regardless.

@bschroeter bschroeter linked a pull request Aug 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant