Skip to content

Commit

Permalink
install_submodules.sh seems to need absolute path
Browse files Browse the repository at this point in the history
Without absolute path as argument, the script fails to cd in llvm directory.
  • Loading branch information
vmiheer authored Apr 25, 2019
1 parent 7f41ac8 commit ef53850
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 ef53850

Please # to comment.