From c1bec64d54cd095f09859915ffee5b97d0a14c9c Mon Sep 17 00:00:00 2001 From: Mikhail Titov Date: Fri, 12 Sep 2025 15:30:08 -0400 Subject: [PATCH] added config file for WCI workflow system repository --- .wci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .wci.yml diff --git a/.wci.yml b/.wci.yml new file mode 100644 index 00000000..ec1c52a7 --- /dev/null +++ b/.wci.yml @@ -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 +