-
Notifications
You must be signed in to change notification settings - Fork 210
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
Adding get_size_on_remote
to the Transport
interface
#6665
Comments
|
#6584 is merged, this one can be closed. |
Ah, right I didn't read the description carefully. reopen. |
@GeigerJ2 Is this issue still open? If so, I would like to work on it. |
@ayushjariyal This issue, is more for documenting reasons, and I don't think if there is a high priority to solve it. It seems you are interested to solve something on |
Thank you for the clarification. I will definitely try working on that issue. |
Thanks, @khsrali, for chipping in! Nothing to add here, this issue is just for keeping track of the idea. |
As noted during discussions with the core office, @agoscinski, @khsrali, @unkcpz, on #6584:
It would be nice if the
Transport
could implement a method such asget_size
orget_size_on_remote
to which a path can be provided (as well as additional endpoints, if we think of more in the future).In #6584, some custom logic to be added because FirecREST doesn't support arbitrary command execution and the
aiida-firecrest
transport/scheduler plugin therefore doesn't have anexec_command_wait
method. However, this seems to be more a concern of the transport. As this change would require adding to the abstract interface ofTransport
, as well as implementing the methods it in its subclasses, just putting out the issue here as a reminder for the future for now.The text was updated successfully, but these errors were encountered: