Skip to content

Commit 09a4022

Browse files
committed
Update README.md
1 parent 4d43de7 commit 09a4022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ To use DDC components, one needs the following dependencies:
5757
## Getting the code and basic configuration
5858

5959
```bash
60-
git clone --recurse-submodules -j4 https://github.com/CExA-project/ddc.git
60+
git clone --recurse-submodules --jobs 4 https://github.com/CExA-project/ddc.git
6161
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
62+
cmake -D DDC_BUILD_KERNELS_FFT=OFF -D DDC_BUILD_KERNELS_SPLINES=OFF -D DDC_BUILD_PDI_WRAPPER=OFF -B build
63+
cmake --build build --parallel 4
6464
```
6565

6666
## Contributing

0 commit comments

Comments
 (0)