Skip to content

Commit

Permalink
Merge pull request #214 from vmiheer/patch-1
Browse files Browse the repository at this point in the history
install_submodules.sh seems to need absolute path
  • Loading branch information
rbaghdadi authored Apr 26, 2019
2 parents 7f41ac8 + ef53850 commit 2ee5294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ This section provides a short description of how to build Tiramisu. A more deta
2) Get and install Tiramisu submodules (ISL, LLVM and Halide). This step may take between few minutes to few hours (downloading and compiling LLVM is time consuming).

./utils/scripts/install_submodules.sh <TIRAMISU_ROOT_DIR>
# make sure <TIRAMISU_ROOT_DIR> is absolute path!

3) Optional: configure the tiramisu build by editing `configure.cmake`. Needed only if you want to generate MPI or GPU code, or if you want to run the BLAS benchmarks. A description of what each variable is and how it should be set is provided in comments in `configure.cmake`.

Expand Down

0 comments on commit 2ee5294

Please # to comment.