Fix typo
[platform/upstream/openblas.git] / README.md
1 # OpenBLAS
2
3 [![Join the chat at https://gitter.im/xianyi/OpenBLAS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xianyi/OpenBLAS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
5 Travis CI: [![Build Status](https://travis-ci.org/xianyi/OpenBLAS.svg?branch=develop)](https://travis-ci.org/xianyi/OpenBLAS)
6
7 AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/09sohd35n8nkkx64/branch/develop?svg=true)](https://ci.appveyor.com/project/xianyi/openblas/branch/develop)
8
9 [![Build Status](https://dev.azure.com/xianyi/OpenBLAS/_apis/build/status/xianyi.OpenBLAS?branchName=develop)](https://dev.azure.com/xianyi/OpenBLAS/_build/latest?definitionId=1&branchName=develop)
10
11 ## Introduction
12
13 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
14
15 Please read the documentation on the OpenBLAS wiki pages: <https://github.com/xianyi/OpenBLAS/wiki>.
16
17 ## Binary Packages
18
19 We provide official binary packages for the following platform:
20
21   * Windows x86/x86_64
22
23 You can download them from [file hosting on sourceforge.net](https://sourceforge.net/projects/openblas/files/).
24
25 ## Installation from Source
26
27 Download from project homepage, https://xianyi.github.com/OpenBLAS/, or check out the code
28 using Git from https://github.com/xianyi/OpenBLAS.git.
29
30 ### Dependencies
31
32 Building OpenBLAS requires the following to be installed:
33
34 * GNU Make
35 * A C compiler, e.g. GCC or Clang
36 * A Fortran compiler (optional, for LAPACK)
37 * IBM MASS (optional, see below)
38
39 ### Normal compile
40
41 Simply invoking `make` (or `gmake` on BSD) will detect the CPU automatically.
42 To set a specific target CPU, use `make TARGET=xxx`, e.g. `make TARGET=NEHALEM`.
43 The full target list is in the file `TargetList.txt`.
44
45 ### Cross compile
46
47 Set `CC` and `FC` to point to the cross toolchains, and set `HOSTCC` to your host C compiler.
48 The target must be specified explicitly when cross compiling.
49
50 Examples:
51
52 * On an x86 box, compile this library for a loongson3a CPU:
53   ```sh
54   make BINARY=64 CC=mips64el-unknown-linux-gnu-gcc FC=mips64el-unknown-linux-gnu-gfortran HOSTCC=gcc TARGET=LOONGSON3A
55   ```
56
57 * On an x86 box, compile this library for a loongson3a CPU with loongcc (based on Open64) compiler:
58   ```sh
59   make CC=loongcc FC=loongf95 HOSTCC=gcc TARGET=LOONGSON3A CROSS=1 CROSS_SUFFIX=mips64el-st-linux-gnu-   NO_LAPACKE=1 NO_SHARED=1 BINARY=32
60   ```
61
62 ### Debug version
63
64 A debug version can be built using `make DEBUG=1`.
65
66 ### Compile with MASS support on Power CPU (optional)
67
68 The [IBM MASS](https://www.ibm.com/support/home/product/W511326D80541V01/other_software/mathematical_acceleration_subsystem) library consists of a set of mathematical functions for C, C++, and Fortran applications that are tuned for optimum performance on POWER architectures.
69 OpenBLAS with MASS requires a 64-bit, little-endian OS on POWER.
70 The library can be installed as shown:
71
72 * On Ubuntu:
73   ```sh
74   wget -q http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/public.gpg -O- | sudo apt-key add -
75   echo "deb http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/ trusty main" | sudo tee /etc/apt/sources.list.d/ibm-xl-compiler-eval.list
76   sudo apt-get update
77   sudo apt-get install libxlmass-devel.8.1.5
78   ```
79
80 * On RHEL/CentOS:
81   ```sh
82   wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/repodata/repomd.xml.key
83   sudo rpm --import repomd.xml.key
84   wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/ibm-xl-compiler-eval.repo
85   sudo cp ibm-xl-compiler-eval.repo /etc/yum.repos.d/
86   sudo yum install libxlmass-devel.8.1.5
87   ```
88
89 After installing the MASS library, compile OpenBLAS with `USE_MASS=1`.
90 For example, to compile on Power8 with MASS support: `make USE_MASS=1 TARGET=POWER8`.
91
92 ### Install to a specific directory (optional)
93
94 Use `PREFIX=` when invoking `make`, for example
95
96 ```sh
97 make install PREFIX=your_installation_directory
98 ```
99
100 The default installation directory is `/opt/OpenBLAS`.
101
102 ## Supported CPUs and Operating Systems
103
104 Please read `GotoBLAS_01Readme.txt`.
105
106 ### Additional supported CPUs
107
108 #### x86/x86-64
109
110 - **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
111 - **Intel Sandy Bridge**: Optimized Level-3 and Level-2 BLAS with AVX on x86-64.
112 - **Intel Haswell**: Optimized Level-3 and Level-2 BLAS with AVX2 and FMA  on x86-64.
113 - **Intel Skylake**: Optimized Level-3 and Level-2 BLAS with AVX512 and FMA  on x86-64.
114 - **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
115 - **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
116 - **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
117 - **AMD STEAMROLLER**: Uses Bulldozer codes with some optimizations.
118 - **AMD ZEN**: Uses Haswell codes with some optimizations.
119
120 #### MIPS64
121
122 - **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.
123 - **ICT Loongson 3B**: Experimental
124
125 #### ARM
126
127 - **ARMv6**: Optimized BLAS for vfpv2 and vfpv3-d16 (e.g. BCM2835, Cortex M0+)
128 - **ARMv7**: Optimized BLAS for vfpv3-d32 (e.g. Cortex A8, A9 and A15)
129
130 #### ARM64
131
132 - **ARMv8**: Experimental
133 - **ARM Cortex-A57**: Experimental
134
135 #### PPC/PPC64
136
137 - **POWER8**: Optimized BLAS, only for PPC64LE (Little Endian), only with `USE_OPENMP=1`
138 - **POWER9**: Optimized Level-3 BLAS (real) and some Level-1,2. PPC64LE with OpenMP only. 
139
140 #### IBM zEnterprise System
141
142 - **Z13**: Optimized Level-3 BLAS and Level-1,2 (double precision)
143 - **Z14**: Optimized Level-3 BLAS and Level-1,2 (single precision)
144
145 ### Supported OS
146
147 - **GNU/Linux**
148 - **MinGW or Visual Studio (CMake)/Windows**: Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio>.
149 - **Darwin/macOS**: Experimental. Although GotoBLAS2 supports Darwin, we are not macOS experts.
150 - **FreeBSD**: Supported by the community. We don't actively test the library on this OS.
151 - **OpenBSD**: Supported by the community. We don't actively test the library on this OS.
152 - **DragonFly BSD**: Supported by the community. We don't actively test the library on this OS.
153 - **Android**: Supported by the community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-build-OpenBLAS-for-Android>.
154
155 ## Usage
156
157 Statically link with `libopenblas.a` or dynamically link with `-lopenblas` if OpenBLAS was
158 compiled as a shared library.
159
160 ### Setting the number of threads using environment variables
161
162 Environment variables are used to specify a maximum number of threads.
163 For example,
164
165 ```sh
166 export OPENBLAS_NUM_THREADS=4
167 export GOTO_NUM_THREADS=4
168 export OMP_NUM_THREADS=4
169 ```
170
171 The priorities are `OPENBLAS_NUM_THREADS` > `GOTO_NUM_THREADS` > `OMP_NUM_THREADS`.
172
173 If you compile this library with `USE_OPENMP=1`, you should set the `OMP_NUM_THREADS`
174 environment variable; OpenBLAS ignores `OPENBLAS_NUM_THREADS` and `GOTO_NUM_THREADS` when
175 compiled with `USE_OPENMP=1`.
176
177 ### Setting the number of threads at runtime
178
179 We provide the following functions to control the number of threads at runtime:
180
181 ```c
182 void goto_set_num_threads(int num_threads);
183 void openblas_set_num_threads(int num_threads);
184 ```
185
186 If you compile this library with `USE_OPENMP=1`, you should use the above functions too.
187
188 ## Reporting bugs
189
190 Please submit an issue in https://github.com/xianyi/OpenBLAS/issues.
191
192 ## Contact
193
194 * OpenBLAS users mailing list: https://groups.google.com/forum/#!forum/openblas-users
195 * OpenBLAS developers mailing list: https://groups.google.com/forum/#!forum/openblas-dev
196
197 ## Change log
198
199 Please see Changelog.txt to view the differences between OpenBLAS and GotoBLAS2 1.13 BSD version.
200
201 ## Troubleshooting
202
203 * Please read the [FAQ](https://github.com/xianyi/OpenBLAS/wiki/Faq) first.
204 * Please use GCC version 4.6 and above to compile Sandy Bridge AVX kernels on Linux/MinGW/BSD.
205 * Please use Clang version 3.1 and above to compile the library on Sandy Bridge microarchitecture.
206   Clang 3.0 will generate the wrong AVX binary code.
207 * Please use GCC version 6 or LLVM version 6 and above to compile Skylake AVX512 kernels.
208 * The number of CPUs/cores should less than or equal to 256. On Linux `x86_64` (`amd64`),
209   there is experimental support for up to 1024 CPUs/cores and 128 numa nodes if you build
210   the library with `BIGNUMA=1`.
211 * OpenBLAS does not set processor affinity by default.
212   On Linux, you can enable processor affinity by commenting out the line `NO_AFFINITY=1` in
213   Makefile.rule. However, note that this may cause
214   [a conflict with R parallel](https://stat.ethz.ch/pipermail/r-sig-hpc/2012-April/001348.html).
215 * On Loongson 3A, `make test` may fail with a `pthread_create` error (`EAGAIN`).
216   However, it will be okay when you run the same test case on the shell.
217
218 ## Contributing
219
220 1. [Check for open issues](https://github.com/xianyi/OpenBLAS/issues) or open a fresh issue
221    to start a discussion around a feature idea or a bug.
222 2. Fork the [OpenBLAS](https://github.com/xianyi/OpenBLAS) repository to start making your changes.
223 3. Write a test which shows that the bug was fixed or that the feature works as expected.
224 4. Send a pull request. Make sure to add yourself to `CONTRIBUTORS.md`.
225
226 ## Donation
227
228 Please read [this wiki page](https://github.com/xianyi/OpenBLAS/wiki/Donation).