Compute Cluster¶
Definition
AI-generated
A compute cluster is a group of networked machines (nodes) that work together to run jobs in parallel, typically managed by a scheduler such as Slurm.
Synonyms
Why it matters in GWAS¶
Large GWAS workloads are commonly distributed across cluster nodes to process many traits, chromosomes, or cohorts simultaneously within practical time limits.
Example usage¶
"We ran the full summary-statistics QC workflow on the compute cluster using one job per phenotype."
Related terms¶
References¶
- Eijkhout V, van de Geijn R, Chow E. (2018). Introduction to High Performance Scientific Computing.
Last updated (UTC · Git history)