Skip to content

Commit

Permalink
Update README with info to get and build code. (#343)
Browse files Browse the repository at this point in the history
* Update README with info to get and build code.

* Update README following review comments.

* Update README.md

---------

Co-authored-by: Ansar Calloo <[email protected]>
Co-authored-by: Thomas Padioleau <[email protected]>
  • Loading branch information
3 people authored Mar 26, 2024
1 parent 2349108 commit a3604f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ All these abstractions are handled at compilation using C++ template meta-progra
If you like the project, please leave us a github star.

If you want to know more, join un on [Slack](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg)

## Getting the code and basic configuration

```bash
git clone --recurse-submodules -j8 https://github.com/CExA-project/ddc.git
cd ddc
cmake -B build -D DDC_BUILD_KERNELS_FFT=OFF -D DDC_BUILD_KERNELS_SPLINES=OFF -D DDC_BUILD_PDI_WRAPPER=OFF
```

0 comments on commit a3604f0

Please sign in to comment.