-
Notifications
You must be signed in to change notification settings - Fork 195
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
rationalize invalid resource specification errors #3589
Comments
might be interesting to consider and document the difference in meaning vs MissingResourceSpecification, also in |
/There are three places where the executors raise the same or similar error.
From the above,
What we can do,
|
Is your feature request related to a problem? Please describe.
HTEX's mpi_prefix_composer defines an InvalidResourceSpecification. This is used by the non-MPI parts of htex too. WorkQueue raises an ExecutorError for the same kind of error. I have not investigated the other executors.
Describe the solution you'd like
This should be rationalised: probably InvalidResourceSpecification should become an error in
parsl.executors.error
and all executors that validate resource specifications should use it.Additional context
This came from review of PR #3582
The text was updated successfully, but these errors were encountered: