Hpc Glossary

Browse 6 hpc terms defined in plain English, from the cultural dictionary of computing.

6 Hpc Terms

Coforall
A parallel loop construct in the Chapel programming language that creates a separate task for each iteration, executing all iterations concurrently. Unlike...
Data Parallelism
A form of parallelization where the same operation is applied simultaneously to different elements of a dataset, distributing data across multiple processors....
Distributed Array
An array whose elements are spread across multiple machines or processes, enabling parallel computation on datasets too large for a single node's memory.
Fortran
The first widely used high-level programming language, originally developed for scientific and engineering computation. Fortran (Formula Translation) remains...
Julia
A high-level, high-performance language designed to solve the 'two-language problem' in scientific computing — where researchers prototype in Python then...
Slurm
A workload manager and scheduler widely used in high-performance computing clusters.

Related Topics