Skip to content

Commit

Permalink
Update defaults for mkl_root and mkl_arch to work with OneAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Mar 14, 2024
1 parent c057706 commit 01fb758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ option('with_pardiso', type: 'boolean', value: false)

# Intel MKL
option('with_mkl', type: 'boolean', value: false)
option('mkl_root', type: 'string', value: '/opt/intel/mkl')
option('mkl_arch', type: 'string', value: 'intel64')
option('mkl_root', type: 'string', value: '/opt/intel/oneapi/mkl/latest')
option('mkl_arch', type: 'string', value: '')
option('with_mkl_ilp64', type: 'boolean', value: false)
option('with_mkl_tbb', type: 'boolean', value: false)
option('with_mkl_cblas', type: 'boolean', value: false)
Expand Down

0 comments on commit 01fb758

Please sign in to comment.