Exchanged uses of MPI_CHAR to the tensor element MPI datatype. Used...
Edgar Solomonik authored
Exchanged uses of MPI_CHAR to the tensor element MPI datatype.  Used contiguous type creation in alltoallv
697a6015
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 Implemented --build-dir option making it possible to have multiple external builds configured differently sharing the same source
include label update v1.22 -> v1.23
lib Added .gitignore files to bin and lib
src Exchanged uses of MPI_CHAR to the tensor element MPI datatype. Used contiguous type creation in alltoallv
studies Conflicts should have already been previously resolved in memeff_redist, so no significant changes made in this merge
test Implemented --build-dir option making it possible to have multiple external builds configured differently sharing the same source
.gitignore Added .gitignore files to bin and lib
Makefile Implemented --build-dir option making it possible to have multiple external builds configured differently sharing the same source
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'