Workflows: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
Replace performance optimizations with Parallel Workflows
No edit summary
Line 12: Line 12:
=== Parallel Workflows ===
=== Parallel Workflows ===


* [[Performance Optimization/Multiple CPUs]] — using several cores in one job
* Types of Parallel Workflows
* [[Performance Optimization/Multiple nodes (MPI)]] — scaling across nodes with MPI
* Embarrassingly Parallel - Array jobs
* [[Performance Optimization/Multiple nodes (arrayjobs)]] — scaling with job arrays
* Multi-threaded Workflows
* Multi-Process Workflows
* Hybrid Workflows
 
* <s>[[Performance Optimization/Multiple CPUs]] — using several cores in one job</s>
* <s>[[Performance Optimization/Multiple nodes (MPI)]] — scaling across nodes with MPI</s>
* <s>[[Performance Optimization/Multiple nodes (arrayjobs)]] — scaling with job arrays</s>

Revision as of 11:52, 23 July 2026

Guidelines and tools for building reproducible, efficient research workflows on Anunna.

In this section

Parallel Workflows

  • Types of Parallel Workflows
  • Embarrassingly Parallel - Array jobs
  • Multi-threaded Workflows
  • Multi-Process Workflows
  • Hybrid Workflows