We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d43de7 commit 09a4022Copy full SHA for 09a4022
README.md
@@ -57,10 +57,10 @@ To use DDC components, one needs the following dependencies:
57
## Getting the code and basic configuration
58
59
```bash
60
-git clone --recurse-submodules -j4 https://github.com/CExA-project/ddc.git
+git clone --recurse-submodules --jobs 4 https://github.com/CExA-project/ddc.git
61
cd ddc
62
-cmake -B build -D DDC_BUILD_KERNELS_FFT=OFF -D DDC_BUILD_KERNELS_SPLINES=OFF -D DDC_BUILD_PDI_WRAPPER=OFF
63
-cmake --build build
+cmake -D DDC_BUILD_KERNELS_FFT=OFF -D DDC_BUILD_KERNELS_SPLINES=OFF -D DDC_BUILD_PDI_WRAPPER=OFF -B build
+cmake --build build --parallel 4
64
```
65
66
## Contributing
0 commit comments