Skip to content

Commit 3aeb859

Browse files
committed
Update installation instructions to include verbose flag
1 parent e10593e commit 3aeb859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ conda env update -n pyk -f base/environment.yml
3636
conda 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

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)