Don't build in parallel
This commit is contained in:
parent
f16228d811
commit
564e7f5e5b
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class Hpl(Package):
|
||||||
depends_on('mpi@1.1:')
|
depends_on('mpi@1.1:')
|
||||||
depends_on('blas')
|
depends_on('blas')
|
||||||
|
|
||||||
|
parallel = False
|
||||||
|
|
||||||
def configure(self, spec, arch):
|
def configure(self, spec, arch):
|
||||||
# List of configuration options
|
# List of configuration options
|
||||||
# Order is important
|
# Order is important
|
||||||
|
|
Loading…
Reference in a new issue