CPU Core¶
Definition
AI-generated
A CPU core is an individual execution unit inside a CPU that can run instructions independently, allowing one processor package to handle multiple tasks in parallel.
Topics
Synonyms
Plural
CPU cores; Cores
Why it matters in GWAS¶
Most GWAS command-line tools scale with available CPU cores, so correct thread and core settings directly affect runtime and cluster throughput.
Example usage¶
"We set the association step to use 16 CPU cores per job to balance queue wait time and throughput."
Related terms¶
References¶
- Patterson DA, Hennessy JL. (2017). Computer Organization and Design.
Last updated (UTC · Git history)