We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a7778 commit 4c9877fCopy full SHA for 4c9877f
README.md
@@ -50,6 +50,16 @@ cmake .. -DCMAKE_INSTALL_PREFIX=. -DKokkos_ENABLE_THREADS=ON
50
make install -j4
51
```
52
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
63
Finally, you need to install the Python dependencies. `requirements.txt` has
64
the set of dependencies pinned at the version they were tested with. Other
65
versions may also work. Note that some of these are only required for parts of
0 commit comments