You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,23 +277,29 @@ Please note that it is not possible to combine support for different architectur
277
277
### Supported OS
278
278
279
279
-**GNU/Linux**
280
-
-**MinGW or Visual Studio (CMake)/Windows**: Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio>.
281
-
-**Darwin/macOS/OSX/iOS**: Experimental. Although GotoBLAS2 already supports Darwin, we are not OSX/iOS experts.
280
+
-**MinGW or Visual Studio (CMake)/Windows**: Please read <https://github.com/OpenMathLib/OpenBLAS/docs/nstall.md#visual-studio-native-windows-abi>.
281
+
-**Darwin/macOS/OSX/iOS**: Already supported on PPC and x86 by the original GotoBLAS, now also on ARM64 but we are not OSX/iOS experts.
282
282
-**FreeBSD**: Supported by the community. We don't actively test the library on this OS.
283
283
-**OpenBSD**: Supported by the community. We don't actively test the library on this OS.
284
284
-**NetBSD**: Supported by the community. We don't actively test the library on this OS.
285
285
-**DragonFly BSD**: Supported by the community. We don't actively test the library on this OS.
286
-
-**Android**: Supported by the community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-build-OpenBLAS-for-Android>.
287
-
-**AIX**: Supported on PPC up to POWER10
286
+
-**Android**: Supported by the community. Please read <https://github.com/OpenMathLib/OpenBLAS/docs/install.md#android>.
287
+
-**AIX**: Supported on PPC up to POWER10 but testing is increasingly problematic due to lack of publicly available systems
288
288
-**Haiku**: Supported by the community. We don't actively test the library on this OS.
289
289
-**SunOS**: Supported by the community. We don't actively test the library on this OS.
290
-
-**Cortex-M**: Supported by the community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-on-Cortex-M>.
290
+
-**Cortex-M**: Supported by the community. Please read <https://github.com/OpenMathLib/OpenBLAS/docs/install.md#cortex-m>.
291
291
292
292
## Usage
293
293
294
294
Statically link with `libopenblas.a` or dynamically link with `-lopenblas` if OpenBLAS was
295
295
compiled as a shared library.
296
296
297
+
### Considerations for using the library from Java
298
+
299
+
The default stack size of only 1MB may be too small, especially if you built OpenBLAS to support larger matrix sizes than provided for by the default settings. Use the -Xss option to request a larger stack size if you encounter problems.
300
+
301
+
When a Windows build of OpenBLAS was created using the MINGW gfortran (for the LAPACK parts), the java application may hang on startup due to a deadlock between the gfortran runtime library initialization and any pipes created by a Win11/SBT/Play Framework environment. Use -Djdk.console=jdk.internal.le to work around this.
302
+
297
303
### Setting the number of threads using environment variables
298
304
299
305
Environment variables are used to specify a maximum number of threads.
0 commit comments