-
Notifications
You must be signed in to change notification settings - Fork 17
Config file for WCI workflow system repository #675
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: RADICAL-EnTK | ||
| icon: https://radical-cybertools.github.io/assets/radical-logo-transparent.png | ||
| headline: Ensemble Toolkit | ||
| description: | | ||
| RADICAL-EnTK (Ensemble Toolkit, EnTK) is a Python framework designed | ||
| to simplify the development and execution of applications composed of many | ||
| computational tasks, known as ensembles, on high-performance computing (HPC) | ||
| systems. It provides high-level abstractions that separate the logical | ||
| description of an application from the complexities of resource allocation | ||
| and task scheduling. | ||
|
|
||
| language: Python | ||
|
|
||
| release: | ||
| version: 1.102.0 | ||
| date: 2025-05-28 | ||
| url: https://pypi.org/project/radical.entk/ | ||
|
|
||
| documentation: | ||
| general: https://radicalentk.readthedocs.io | ||
| tutorial: https://github.com/radical-cybertools/tutorials | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The current tutorial URL points to a general repository for RADICAL-Cybertools tutorials. This project appears to have its own specific tutorials, as indicated by the tutorial: https://radicalentk.readthedocs.io/en/latest/tutorials.html |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
|character in YAML preserves newlines, which will render the description with hard line breaks. Since this appears to be a single paragraph, using>(folded block scalar) would be more appropriate. It will convert newlines to spaces, resulting in a continuous paragraph.