Skip to content

Commit

Permalink
update intel onemkl url
Browse files Browse the repository at this point in the history
This patch updates the URL to the Intel OneAPI documentation to its new
location.
  • Loading branch information
gertjanvanzwieten committed Nov 16, 2023
1 parent c480e0e commit c8f47a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nutils/matrix/_mkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def assemble(data, index, shape):
class Pardiso:
'''Wrapper for libmkl.pardiso.
https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/
sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface.html
https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-2/
onemkl-pardiso-parallel-direct-sparse-solver-iface.html
'''

_errorcodes = {
Expand Down

0 comments on commit c8f47a3

Please sign in to comment.