"src/git@gitlab.cc4s.org:cc4s/ctf.git" did not exist on "958fbacf221619b098825c3b11294d47e70ff1e1"
Name Last commit Last update
bench Correction to prepartitioned constructor, error showed up when using Clang. A couple of other cosmetic code changes.
bin Added .gitignore files to bin and lib
doc Conflicts should have already been previously resolved in memeff_redist, so no significant changes made in this merge
examples Added tests for sparse univariate custom function that performs integration of a sparse matrix of forces based on a cutoff. It reveals limitations in the current sparse summation implementation.
include label update v1.22 -> v1.23
lib Added .gitignore files to bin and lib
src more debugging work for sparse summation, introduced automatic MPI datatype selection
studies Conflicts should have already been previously resolved in memeff_redist, so no significant changes made in this merge
test Also debugging work on getting sparse sum working, currently works only sequentially
.gitignore Added .gitignore files to bin and lib
Makefile Added tests for sparse univariate custom function that performs integration of a sparse matrix of forces based on a cutoff. It reveals limitations in the current sparse summation implementation.
README.md Changed README to point to ETH server for CTF doxygen
configure Make a new ctf.hpp in the cases of an out-of-tree build which simply
license.txt Got rid of the unbearably ugly copy right warning from all the files and put in a shortened one.

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'