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 3eb54f3 commit 65ec8c6Copy full SHA for 65ec8c6
docs/installation.md
@@ -22,7 +22,8 @@ git clone --recurse-submodules --jobs 4 https://github.com/CExA-project/ddc.git
22
cmake -D DDC_BUILD_KERNELS_FFT=OFF \
23
-D DDC_BUILD_KERNELS_SPLINES=OFF \
24
-D DDC_BUILD_PDI_WRAPPER=OFF \
25
- -B ddc/build
+ -B ddc/build \
26
+ -S ddc
27
cmake --build ddc/build --parallel 4
28
ctest --test-dir ddc/build
29
cmake --install ddc/build --prefix $HOME/.local/ddc
0 commit comments