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
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,22 +47,6 @@ Note: In the past, weird errors and problems with MKL Pardiso had been observed
47
47
In that case, if you want to use MKL Pardiso it is better to just disable PanuaPardiso by not setting
48
48
the environment variable `JULIA_PARDISO` (and rerunning `Pkg.build("Pardiso")`).
49
49
50
-
##### Linux / macOS specific
51
-
52
-
* Make sure that the version of `gfortran` corresponding to the pardiso library is installed.
53
-
* Make sure OpenMP is installed.
54
-
* Install a (fast) installation of a BLAS and LAPACK (this should preferably be single threaded since PARDISO handles threading itself), using for example [OpenBLAS](https://github.com/xianyi/OpenBLAS/wiki/Precompiled-installation-packages)
55
-
56
-
`gfortran` and OpenMP usually come with recent version of gcc/gfortran. On Linux, Panua Pardiso
57
-
looks for libraries `libgfortran.so` and `libgomp.so` . They may be named differently on your system.
58
-
In this situation you may try to create links to them with names known to
59
-
`Pardiso.jl` (bash; pathnames serve as examples here):
0 commit comments