Computational Workflows on DS Series

Computational Workflows on DS Series#

A Series of Documents dedicated to Understanding Interfaces, Middleware, and Execution Environments

by Silvia Mazzoni, PhD
February 2026


This document is part of a documentation series that provides a system-level view of how computational research runs on DesignSafe. Rather than focusing on individual tools in isolation, the series explains how user interfaces, middleware services, execution environments, and data systems work together to support workflows that scale from interactive exploration to large-scale, automated studies.

Each document approaches the platform from a different angle — from conceptual architecture, to concrete execution patterns, to real scientific applications — helping users design workflows that are robust, efficient, and reproducible across DesignSafe’s ecosystem.


Platform Architecture & Workflow

This document introduces the core workflow architecture of DesignSafe, explaining how interface environments (web portal, JupyterHub, APIs), middleware services, execution environments (HPC systems and compute nodes), and file storage systems interact to support scalable and reliable computational research. ..go..

Where and How Computation Runs

This document focuses on the compute environments available on DesignSafe, clarifying where analyses actually execute, how resources are allocated, and how users move between interactive and batch workflows. It emphasizes practical distinctions between login, execution, and storage systems, and how those distinctions affect performance and usability. ..go..

OpenSees as a Workflow Case Study

This document uses OpenSees as a concrete example of a scalable scientific workflow on DesignSafe — covering scripting, parameter studies, parallel execution, job submission, and results management. While OpenSees is the focus, the workflow patterns apply broadly to many computational applications. ..go..

Reusable Python Tools

A custom Python utility library designed to support common workflow tasks on DesignSafe, including job submission and monitoring, file and path management, data inspection, and automation. These utilities encapsulate best practices and reduce boilerplate when building repeatable computational workflows. ..go..


How to Read This Series#

This series is designed to be modular, not strictly linear. You do not need to read every document from start to finish to benefit from it. Instead, think of each document as addressing a different layer of the same system.

Recommended starting points depend on your goals:

  • New to DesignSafe or feeling unsure where things run Start with Computational Workflows on DesignSafe to build a mental model of how interfaces, middleware, execution environments, and storage fit together.

  • Deciding where and how to run computations Read Computational Resources on DesignSafe to understand the differences between interactive and batch environments, where jobs actually execute, and how resource choices affect performance and scalability.

  • Running real scientific applications Use OpenSees-on-DesignSafe Training as a concrete, end-to-end example of how a complex application is scripted, executed, parallelized, and managed across DesignSafe systems.

  • Automating and streamlining workflows Refer to OpsUtils Python Utilities when building repeatable, script-driven workflows that involve job submission, monitoring, file management, or data inspection.

Many users will move back and forth between documents as their understanding deepens or their workflow evolves. That’s intentional: the series is meant to support exploration, iteration, and scaling, rather than a one-time, linear read.