3d9d5358

A distributed memory library for efficient decomposition of tensors of arbitrary type and parallel MPI+OpenMP execution of tensor contractions/functions.

Full documentation is available at

http://www.inf.ethz.ch/personal/edgar.solomonik/ctf

Basic build process: ./configure; make;

Basic test process: sequential: 'make test', parallel: 'make test2'