File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ installed first.
8787 with newer versions of Boost.
8888- A MPI 2 implementation (tested with OpenMPI 4.0, MPICH 3.3 should work as well)
8989- [CMake](https://www.cmake.org) (3.5.1 or newer)
90- - A C++14 compiler
90+ - A C++17 compiler
9191
9292Building can be as simple as calling `cmake && make`, depending on your setup
9393you might however also have to provide some library paths etc.
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ SDK](https://github.com/codeplaysoftware/computecpp-sdk/).
4848
4949## Configuring CMake
5050
51- After installing all of the aforementioned dependencies, clone or download
52- the [ Celerity source files ] ( https://github.com/celerity/celerity-runtime )
53- from GitHub. Next, create a ` build ` folder inside the Celerity root folder
54- and navigate into it.
51+ After installing all of the aforementioned dependencies, clone (we recommend
52+ using ` git clone --recurse-submodules ` ) or download the [ Celerity source
53+ files ] ( https://github.com/celerity/celerity-runtime ) from GitHub. Next,
54+ create a ` build ` folder inside the Celerity root folder and navigate into it.
5555
5656The exact CMake configuration call you need depends on a few factors, for
5757example the SYCL implementation you chose, as well as your target hardware
You can’t perform that action at this time.
0 commit comments