diff options
Diffstat (limited to 'docs/notes.rst')
| -rw-r--r-- | docs/notes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/notes.rst b/docs/notes.rst index a06d4580..b8ab4a5d 100644 --- a/docs/notes.rst +++ b/docs/notes.rst @@ -5,8 +5,9 @@ Some notes about how to recompile packages from unstable: `<http://wiki.debian.org/DebianUnstable>`_ Openblas with Sandybridge target support is available in the experimental -repository in debian. I recompiled it as follows: -TARGET=SANDYBRIDGE USE_OPENMP=1 apt-get -b source openblas +repository in debian. I recompiled it as follows:: + + TARGET=SANDYBRIDGE USE_OPENMP=1 apt-get -b source openblas By default, it uses pthreads, instead of openmp, which was interfering with other use of openmp in my code. If we dont' specify the target, it @@ -27,7 +28,6 @@ Update serie after default Everything should be done right by running the script ``handle_default.py``. This is an example run after Sabine Oil -Default: +Default:: -:: python handle_default.py 103944 2015-06-23 15.875 100 |
