... | ... | @@ -60,11 +60,16 @@ module load git-lfs/3.2.0 |
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
### Configuration
|
|
|
We assume the repository is in `<srcdir>`
|
|
|
in <srcdir>
|
|
|
|
|
|
```
|
|
|
$ source ../contrib/build//cpu-env.sh
|
|
|
$ source ./contrib/build/TGCC/env-gcc.sh
|
|
|
```
|
|
|
### Configuration
|
|
|
We assume the repository is in `<srcdir>` and you are in `<builddir>`
|
|
|
|
|
|
Then in the build directory : `<builddir>`
|
|
|
|
|
|
```
|
|
|
$ cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_ENABLE_OPENMP=On -DFARGO_NO_PYTHON=On <srcdir>
|
... | ... | |