Diffusion Tensor Contractor (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
55115a530536 | sernst | fix cmakelists | Dec 5 2022 | ||||
fc84fa7f403d | sernst | Merge branch 'master' of https://c4science.ch/source/TensCont | Dec 5 2022 | ||||
b78c3c3ca604 | sernst | add python scripts | Dec 5 2022 | ||||
37e209fe3b06 | sernst | Merge branch 'master' of https://c4science.ch/source/TensCont | Dec 1 2022 | ||||
d0fb006d3d6e | sernst | edit readme | Dec 1 2022 | ||||
f72ceb509aa3 | sernst | parallelization v2: task sheduler | Dec 1 2022 | ||||
8f1c4aafd5d4 | sernst | cmake config | Dec 1 2022 | ||||
be9b14462ac5 | sernst | MPI custom type + custom reduce operator | Nov 29 2022 | ||||
376896eb97d9 | sernst | small optimization | Nov 29 2022 | ||||
2f8be2f352bd | sernst | parallelize full_contraction function | Nov 29 2022 | ||||
f347ba19be45 | sernst | cleaning sequential | Nov 28 2022 | ||||
e574d634cc37 | sernst | MPI config | Nov 28 2022 | ||||
21112fa3a4f4 | sernst | that vicious bug... | Nov 25 2022 | ||||
210ed8b655a5 | sernst | fix some undefined behaviors and warnings | Nov 25 2022 | ||||
141ffb48c596 | sernst | cmake version | Nov 25 2022 |
README.md
README.md
TensorContractor
Build
Dependencies
This code use the MPIR lib https://mpir.org/index.html.
In order to compile it, you can download it from the download page. Download the .zip file such that it contains the ./configure script.
Run: ./configure --enable-cxx --prefix=YOUR_INSTALLATION_PATH Run: make Run: make check Run: make install
Note: you may need to install (or compile) yasm.
Compilation
Go to bin/.
Run CMake:
cmake ..
Run Make:
make
c4science · Help