Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Grid is a C++ library for Quantum Chromodynamics (QCD) calculations available on github and designed to exploit parallelism at all levels: SIMD (vector instructions), OpenMP (shared memory parallelism) and MPI (distributed memory parallelism through message passing).

Building the library is straightforward, and a number of tests and benchmarks are built along with it.


  • No labels