File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ conda env update -n pyk -f base/environment.yml
3636conda activate pyk
3737
3838# Install pykokkos-base from the root directory
39- python install_base.py install -- -DENABLE_LAYOUTS=ON -DENABLE_MEMORY_TRAITS=OFF -DENABLE_VIEW_RANKS=3 -DENABLE_CUDA=ON -DENABLE_THREADS=OFF -DENABLE_OPENMP=ON
39+ python install_base.py install --verbose -- -DENABLE_LAYOUTS=ON -DENABLE_MEMORY_TRAITS=OFF -DENABLE_VIEW_RANKS=3 -DENABLE_CUDA=ON -DENABLE_THREADS=OFF -DENABLE_OPENMP=ON
4040```
4141
4242#### Installing pykokkos
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ install ``base`` with required CMake flags (example performs an install with Op
7777
7878.. code-block :: bash
7979
80- python install_base.py install -- \
80+ python install_base.py install --verbose -- \
8181 -DENABLE_VIEW_RANKS=3 \ # maximum number of view ranks enabled
8282 -DENABLE_MEMORY_TRAITS=OFF \ # disable memory space concept
8383 -DENABLE_THREADS=OFF \ # disable pthreads execution space
You can’t perform that action at this time.
0 commit comments