... | ... | @@ -46,15 +46,15 @@ refer to those script help (`-h`) option for more details. |
|
|
|
|
|
We assume the repository is in `<srcdir>` and you are in `<builddir>`
|
|
|
|
|
|
* Environment
|
|
|
### Environment
|
|
|
```
|
|
|
$ source ../contrib/build/Jean_Zay/env.sh
|
|
|
```
|
|
|
* Configuration
|
|
|
### Configuration
|
|
|
```
|
|
|
$ source <srcdir> cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_ENABLE_CUDA=On -DKokkos_ARCH_VOLTA70=On -DGEN_DOC=Off <srcdir>
|
|
|
```
|
|
|
* Build
|
|
|
### Build
|
|
|
```
|
|
|
$ make
|
|
|
```
|
... | ... | |