Skip to content

OpenBlas configuration Manual

José Luis González edited this page Jul 25, 2014 · 1 revision

To install and configure your OpenBlas, next steps have to be performed:

  1. Install openblas-devel (sudo yum install openblas-devel)
  2. In eclipse > right click on sics project > C/C++ Build > Settings > GCC C++ Linker > Libraries. In the "libraries (-l)" section, Add one entry with "openblas".
  3. If you have any library referencing another openblas instance, delete it.

Note: This manual has been made on fedora 20.

Clone this wiki locally