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('blas')
|
||||
|
||||
parallel = False
|
||||
|
||||
def configure(self, spec, arch):
|
||||
# List of configuration options
|
||||
# Order is important
|
||||
|
|
Loading…
Reference in a new issue