Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 4, 2015
1 parent c50df44 commit 5bda78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/usage_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you would like to execute the same benchmark but using Bohrium as backend the

python -m bohrium `bp-info --benchmarks`/heat_equation/python_numpy/heat_equation.py --size=10000*10000*10 --bohrium=True

Notice the ``-m bohrium`` right after the ``python`` command, and the ``--bohrium=True`` argument at the end. Both are needed.
.. note:: Notice the ``-m bohrium`` right after the ``python`` command, and the ``--bohrium=True`` argument at the end. Both are needed.

The ``-m bohrium`` flag overloads the ``numpy`` module, which means you do not have to change the code to run using Bohrium.

Expand Down

0 comments on commit 5bda78f

Please sign in to comment.