The QDP++ interface provides a data-parallel programming environment suitable for Lattice QCD where operations in operator/infix form can be applied on lattice wide objects. The interface provides a level of abstraction such that high-level user code written above the interface can be run unchanged on a single processor workstation or a collection of multiprocessor nodes with parallel communications. Architectural dependencies are hidden below the interface. A variety of types for the site elements are provided. To achieve good performance, overlapping communication and computation primitives are provided.
9/12/07 As of QDP++ 1.25.0 we have moved to using compiler intrinsics for SSE. This has several benefits:
The latest version of QDP++ is qdp++-1.25.1. This is recommended for most systems, except for 32 bit intel SSE based systems.
For 32 bit intel SSE based systems we recommend sticking with qdp++-1.24.6
The source for the current version of qdp++ is qdp++-1.25.1.tar.gz - here
The source for the version 1.24.6 of qdp++ (32 bit i386 targets only) is qdp++-1.24.6.tar.gz - here
Tarball versions of previous releases can be found in the release directory here
Direct source code access instructions via CVS are here.
As it turned out the packaging of RPMs is not really as straightforward to automate as we'd like. Also there are issues with availability of shared libraries on some systems. Therefore we have currently suspended the rolling of RPM distributions.
In order to build QDP++ you will need
Here is the current pdf version of the manual, and there is also an html version. There are implementation snapshots available along with documentation produced by doxygen which can be found in the doc subdirectory. A user guide is also available.
The tutorial is a very simple application using QDP++.
The demonstration shows a more sophisticated application using QDP++.
Recent news about software releases are available. There is a text and an html version of the ChangeLog available.
There is also a software snapshot of the CVS head revision, and there are also some CVS statistics
The motivation for this development comes from the U.S. Dept. of Energy SciDAC program. See the USQCD home pages for more details.
The USQCD Software home page lists other relevant packages including QMP.