Skip to content
Snippets Groups Projects
Commit b160f6fa authored by Camille Coti's avatar Camille Coti
Browse files

Update README.md

parent f3268fcb
No related merge requests found
......@@ -7,4 +7,18 @@
## Later evolutions
* On-the-fly optimization
\ No newline at end of file
* On-the-fly optimization
## Usage
Dependency: on Debian `libginac-dev ginac-tools`
Compilation:
```
mpic++ -O3 -g -Wall -o tensormatrix_mpi tensormatrix_mpi.cpp -lginac -Wno-unused-variable
```
Running:
```
mpiexec -n 17 ./tensormatrix_mpi
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment