From c944cdf9f16c80d3fc9e03a47d0aa24750d3bd90 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 8 Oct 2024 16:59:10 +0200 Subject: [PATCH] fix --- slides.md | 177 +++++++++++++++++++++++++++++------------------------- 1 file changed, 94 insertions(+), 83 deletions(-) diff --git a/slides.md b/slides.md index bdf44b6..e56b273 100644 --- a/slides.md +++ b/slides.md @@ -119,7 +119,8 @@ title: WMS :: title :: -# WMS: Workload Management System +# WMS +### Workload Management System - Pull model based on Pilot jobs - Also "Push" solution for HPCs that do not support pilots (because of limited internet access). - Will integrate [CWL (Common Workflow Language)](https://www.commonwl.org) as a way of defining jobs (replacing JDL) --> see poster #217 @@ -159,7 +160,8 @@ titlewidth: is-5 :: title :: -# DMS: Data Management System +# DMS +### Data Management System It’s about **files**:​ placing, replicating, removing files​ - there are **LFNs** (logical file names) → and users ONLY work with these​ @@ -194,16 +196,17 @@ title: TS :: title :: -# Productions and Dataset management +# TS (Transformation System) +### For productions and Dataset management -- A *Data Processing* **transformation** (e.g. Simulation, Merge, DataReconstruction...) creates jobs in the WMS (and re-sumbit them, and destroy them).​ +- A *Data Processing* **transformation** (e.g. Simulation, Merge, DataReconstruction...) creates jobs in the WMS (and re-sumbit them if needed, eventually destroy them).​ - A *Data Manipulation* **transformation** replicates, or remove, data from storage elements. :: content :: - The Transformation System (TS) is used to automate common tasks related to production activities. It can handle thousands of productions, millions of files and jobs. + The TS is used to automate common tasks related to production activities. It can handle thousands of productions, millions of files and jobs.   @@ -273,12 +276,12 @@ title: issues
  • somewhat cumbersome deployment
  • late on “standards”
  • -
  • “old”-ish design (RPC, “cron” agents…)
  • +
  • “old”-ish design (RPC, "cron" agents…)
  • not very developer-friendly: rather un-appealing/confusing, especially for new (and young) developers
  • multi-VO, but was not designed to do so since the beginning
  • no clear interface to a running DIRAC instance
  • @@ -359,6 +362,7 @@ align: lm # DiracX Web API +  What is on the right is the certification Web API, loaded live. Use with caution! @@ -368,11 +372,11 @@ What is on the right is the certification Web API, loaded live. Use with caution