[bugfix] Produce a linker error when pardiso lib is not found
- Nov 17, 2015
-
-
Bernd Flemisch authored
Apparently, this has been rotting away for quite some time. Adapt the calls to the Pardiso library. Use the C instead of the Fortran interface. Use correct method for determining the block size of the matrix.
-
- Nov 03, 2015
-
-
Dominic Kempf authored
-
- Nov 02, 2015
-
-
Dominic Kempf authored
If somebody tries to use pardiso despite it not being found, he should ge t a linker error instead of an exception. All other bindings handle it that way. Fixed flyspray/FS#351
-