... | ... | @@ -52,7 +52,7 @@ $ source ../contrib/build/Jean_Zay/env.sh |
|
|
```
|
|
|
### Configuration
|
|
|
```
|
|
|
$ cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_ENABLE_CUDA=On -DKokkos_ARCH_VOLTA70=On -DGEN_DOC=Off <srcdir>
|
|
|
$ cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_ENABLE_CUDA=On -DKokkos_ARCH_VOLTA70=On -DGENERATE_DOC=Off <srcdir>
|
|
|
```
|
|
|
|
|
|
|
... | ... | @@ -63,7 +63,7 @@ $ source <srcdir>/contrib/build/Jean_Zay/our-kokkos-env.sh |
|
|
```
|
|
|
### Configuration
|
|
|
```
|
|
|
$ cmake -DCMAKE_BUILD_TYPE=Debug -DKokkos_ENABLE_CUDA=On -DKokkos_ARCH_VOLTA70=On -DGEN_DOC=Off <srcdir>
|
|
|
$ cmake -DCMAKE_BUILD_TYPE=Debug -DKokkos_ENABLE_CUDA=On -DKokkos_ARCH_VOLTA70=On -DGENERATE_DOC=Off <srcdir>
|
|
|
```
|
|
|
## Build
|
|
|
```
|
... | ... | |