Skip to content
Snippets Groups Projects
Commit 7c0b8236 authored by akuesters's avatar akuesters Committed by Benjamin Cumming
Browse files

Python feature: config file to present Arbor's support on mpi, gpu and version (#708)

Fixes #700

Usage in python as: 

```
>>>import arbor
>>>arbor.config()
{'mpi': True, 'mpi4py': True, 'gpu': False, 'version': '0.1.1-dev'}
>>>d = arbor.config()
>>>arbor.print_config(d)
Arbor's configuration:
     mpi    :       True
     mpi4py :       True
     gpu    :      False
     version:  0.1.1-dev
```
parent 1c89fbbd
No related branches found
No related tags found
No related merge requests found
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