Skip to content

Commit

Permalink
MKL no longer default
Browse files Browse the repository at this point in the history
  • Loading branch information
rochanotes committed Jul 10, 2017
1 parent c7f9d47 commit 09e61e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion niwqg/Kernel.py
Expand Up @@ -94,7 +94,7 @@ def __init__(
tsave_snapshots=10,
tdiags=10,
path = 'output/',
use_mkl=True,
use_mkl=False,
nthreads=1):

self.nx = nx
Expand Down
2 changes: 1 addition & 1 deletion niwqg/QGModel.py
Expand Up @@ -87,7 +87,7 @@ def __init__(
tsave_snapshots=10,
tdiags = 10,
path = 'output/',
use_mkl=True,
use_mkl=False,
nthreads=1):

self.nx = nx
Expand Down

0 comments on commit 09e61e3

Please sign in to comment.