atlas : disabling parallel builds
This commit is contained in:
parent
310099d888
commit
a2af4940aa
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class Atlas(Package):
|
|||
provides('blas')
|
||||
provides('lapack')
|
||||
|
||||
parallel = False
|
||||
|
||||
def patch(self):
|
||||
# Disable thread check. LLNL's environment does not allow
|
||||
# disabling of CPU throttling in a way that ATLAS actually
|
||||
|
|
Loading…
Reference in a new issue