Skip to content

Commit

Permalink
minor modif in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez committed Mar 6, 2020
1 parent ac48b2b commit 8a450ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ can be useful to fill the ``--with-blas`` and ``--with-lapack``
options.

When compiling SyLVER you need to provide both the path to the SPRAL
source directory which can be given using the ``-DSPRAL_SRC_DIR``
source directory which can be given using the ``-D SPRAL_SRC_DIR``
CMake option or the ``SPRAL_SRC_DIR`` environment variable and the
path to the SPRAL library which can be given using the ``-DSPRAL_DIR``
path to the SPRAL library which can be given using the ``-D SPRAL_DIR``
CMake option or the ``SPRAL_DIR`` environment variable.

METIS
Expand All @@ -86,7 +86,7 @@ needed when linking the SyLVER package for building examples and test
drivers.

When compiling SyLVER you can provide the path to the MeTiS library
using either ``-DMETIS_DIR`` CMake option or the ``METIS_DIR``
using either ``-D METIS_DIR`` CMake option or the ``METIS_DIR``
environment variable.

hwloc
Expand Down Expand Up @@ -127,12 +127,12 @@ These libraries are found via the CMake scripts `FindBLAS
<https://cmake.org/cmake/help/latest/module/FindBLAS.html>`_ and
`FindLAPACK
<https://cmake.org/cmake/help/latest/module/FindBLAS.html>`_ and
therefore it is possible to use the options ``-DBLA_VENDOR`` to
therefore it is possible to use the options ``-D BLA_VENDOR`` to
indicate which libraries to use. For example:

.. code-block:: bash
cmake <path-to-source> -DBLA_VENDOR=Intel10_64lp_seq # configure compilation
cmake <path-to-source> -D BLA_VENDOR=Intel10_64lp_seq # configure compilation
selects and locates the sequential BLAS and LAPACK implementation for
the compilation and when linking test drivers, example and tests.
Expand Down

0 comments on commit 8a450ae

Please sign in to comment.