From 3af67c670f5d2bef180134fedc13a2a6a73b0093 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Fri, 7 Aug 2026 08:01:24 -0700 Subject: [PATCH] Computational Workflows --- user-guide/training.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/user-guide/training.md b/user-guide/training.md index 87b2a1e9..00531c6d 100644 --- a/user-guide/training.md +++ b/user-guide/training.md @@ -12,6 +12,14 @@ DAPI - DesignSafe API dapi is a Python library for submitting, monitoring, and managing TAPIS v3 jobs on DesignSafe via Jupyter Notebooks or the command line. It also provides access to DesignSafe research databases.

+ +

+DesignSafe Computational Workflows +

+

+A practical guide to running computational workflows on DesignSafe HPC systems. Covers how jobs are submitted and executed, choosing compute environments and job resources, running apps from the web portal or Jupyter, parameter sweeps, storage systems, debugging, and building your own apps. +

+

Database API training