Workflows: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 12: Line 12:
=== Parallel Workflows ===
=== Parallel Workflows ===


* Types of Parallel Workflows
* [[Workflows/Parallel-Computing|Parallel Computing]]
* Embarrassingly Parallel - Array jobs
* [[Workflows/Serial|Serial]]
* Multi-threaded Workflows
* [[Workflows/Embarassinly-Parallel|Embarrassingly Parallel]]
* Multi-Process Workflows
* [[Workflows/Multi-threaded|Multi-threaded]]
* Hybrid Workflows
* [[Workflows/Multi-Process|Multi-Process]]
* Hybrid Workflows  
* GPU workflows


* <s>[[Performance Optimization/Multiple CPUs]] — using several cores in one job</s>
* <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 (MPI)]] — scaling across nodes with MPI</s>
* <s>[[Performance Optimization/Multiple nodes (arrayjobs)]] — scaling with job arrays</s>
* <s>[[Performance Optimization/Multiple nodes (arrayjobs)]] — scaling with job arrays</s>

Latest revision as of 09:55, 5 August 2026

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

In this section

Parallel Workflows