Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.