Skip to content

Commit

Permalink
Add info re installing PyCUDA conda pkg built against different CUDA …
Browse files Browse the repository at this point in the history
…version.
  • Loading branch information
lebedov committed Dec 11, 2015
1 parent 6bd7963 commit d7bcdc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,16 @@ by running the following command: ::

conda create -n NK neurokernel_deps

Run the following to install the remaining Python package dependencies listed in
``setup.py``: ::
PyCUDA packages compiled against several versions of CUDA are available. If you
need one compiled against a specific version that differs from the one
automatically installed by the above command, you will need to manually install
it afterwards as follows (replace ``cuda75`` with the appropriate version): ::

source activate NK
conda install pycuda=2015.1.3=np110py27_cuda75_0
source deactivate

Activate the new environment and install Neurokernel in it as follows: ::

source activate NK
cd ~/neurokernel
Expand Down
12 changes: 10 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,16 @@ by running the following command: ::

conda create -n NK neurokernel_deps

Run the following to install the remaining Python package dependencies listed in
``setup.py``: ::
PyCUDA packages compiled against several versions of CUDA are available. If you
need one compiled against a specific version that differs from the one
automatically installed by the above command, you will need to manually install
it afterwards as follows (replace ``cuda75`` with the appropriate version): ::

source activate NK
conda install pycuda=2015.1.3=np110py27_cuda75_0
source deactivate

Activate the new environment and install Neurokernel in it as follows: ::

source activate NK
cd ~/neurokernel
Expand Down

0 comments on commit d7bcdc2

Please sign in to comment.