Skip to content

Commit 4c9877f

Browse files
authored
update the readme with more accurate build instructions (#32)
* update the readme with more accurate build instructions
1 parent 94a7778 commit 4c9877f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ cmake .. -DCMAKE_INSTALL_PREFIX=. -DKokkos_ENABLE_THREADS=ON
5050
make install -j4
5151
```
5252

53+
You will need to build the main C++ drivers before running ParEval. The included
54+
makefile will skip CUDA, HIP, and/or Kokkos if their respective libraries cannot
55+
be found.
56+
57+
```sh
58+
# from the repository root, step into the cpp drivers directory and run make
59+
cd drivers/cpp
60+
make
61+
```
62+
5363
Finally, you need to install the Python dependencies. `requirements.txt` has
5464
the set of dependencies pinned at the version they were tested with. Other
5565
versions may also work. Note that some of these are only required for parts of

0 commit comments

Comments
 (0)