Skip to content
Snippets Groups Projects
Unverified Commit 1d7db890 authored by Robin De Schepper's avatar Robin De Schepper Committed by GitHub
Browse files

Completed the docs with more `config()` flags (#1708)

parent b6e60b1e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,10 @@ Helper functions for checking cmake or environment variables, as well as configu
* ``ARB_MPI_ENABLED``
* ``ARB_WITH_MPI4PY``
* ``ARB_GPU_ENABLED``
* ``ARB_VECTORIZE``
* ``ARB_WITH_PROFILING``
* ``ARB_VERSION``
* ``ARB_ARCH``
.. container:: example-code
......@@ -31,7 +34,7 @@ Helper functions for checking cmake or environment variables, as well as configu
import arbor
arbor.config()
{'mpi': True, 'mpi4py': True, 'gpu': False, 'version': '0.2.1-dev'}
{'mpi': True, 'mpi4py': True, 'gpu': False, 'vectorize': True, 'profiling': True, 'version': '0.5.3-dev', 'arch': 'native'}
.. function:: mpi_init()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment