-
Notifications
You must be signed in to change notification settings - Fork 9
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
Resource requirements #32
Comments
This would be part of the prospective provenance. SoftwareApplication already has several |
The only actual match I've found in ResourceRequirement is between
|
FYI, this maps with COMPSs constraints definitions, although a different approach is followed (no min-max, exact numbers for some terms, ...). https://compss-doc.readthedocs.io/en/stable/Sections/02_App_Development/04_Constraints.html |
If available, record the application's resource requirements. This is useful to those who want to reproduce the run. In CWL, this is provided via ResourceRequirement. We could use properties like memoryRequirements or storageRequirements for this.
The text was updated successfully, but these errors were encountered: