Skip to content

Commit

Permalink
Clarify install instructions re OpenMPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Dec 10, 2015
1 parent 11e1249 commit acdaac0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ something like::

as root.

See `this page <https://www.open-mpi.org/faq/?category=building#easy-build>`_
If you install Neurokernel in a virtualenv environment, you will need to
install OpenMPI. See `this page
<https://www.open-mpi.org/faq/?category=building#easy-build>`_
for OpenMPI installation information. *Note that OpenMPI 1.8* |openmpi_no_windows|_.

.. _openmpi_no_windows: https://www.open-mpi.org/software/ompi/v1.6/ms-windows.php
Expand Down Expand Up @@ -109,7 +111,9 @@ request to the* |nk_developers|_.

First, install the ``libibverbs1``, ``libnuma1``, ``libpmi0``, ``libslurm26``, and
``libtorque2`` packages; these are required by the conda OpenMPI packages prepared
for Neurokernel. You also need to ensure that CUDA has been installed in
for Neurokernel. Ensure that the stock Ubuntu OpenMPI packages are not installed
because they may interfere with the ones that will be installed by conda. You
also need to ensure that CUDA has been installed in
``/usr/local/cuda``.

Install conda by either installing `Anaconda
Expand Down
6 changes: 4 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ something like::

as root.

See `this page <https://www.open-mpi.org/faq/?category=building#easy-build>`_
If you install Neurokernel in a virtualenv environment, you will need to
install OpenMPI. See `this page <https://www.open-mpi.org/faq/?category=building#easy-build>`_
for OpenMPI installation information. *Note that OpenMPI 1.8* |openmpi_no_windows|_.

.. _openmpi_no_windows: https://www.open-mpi.org/software/ompi/v1.6/ms-windows.php
Expand Down Expand Up @@ -93,7 +94,8 @@ request to the* |nk_developers|_.

First, install the ``libibverbs1``, ``libnuma1``, ``libpmi0``, ``libslurm26``, and
``libtorque2`` packages; these are required by the conda OpenMPI packages prepared
for Neurokernel. You also need to ensure that CUDA has been installed in
for Neurokernel. Ensure that the stock Ubuntu OpenMPI packages are not installed
because they may interfere with the ones that will be installed by conda. You also need to ensure that CUDA has been installed in
``/usr/local/cuda``.

Install conda by either installing `Anaconda
Expand Down

0 comments on commit acdaac0

Please sign in to comment.