"src/git@gitlab.cc4s.org:cc4s/ctf.git" did not exist on "8791c45c45d5a7b75dafce8047c1d9540a28ac09"
Added universe object corresponding to World(MPI_COMM_WORLD), allowing default...
Edgar Solomonik authored
Added universe object corresponding to World(MPI_COMM_WORLD), allowing default parameter for World in tensor/matrix/vector/scalar
8791c45c

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'