OpenMC parallel build fix. (#5037)
This commit is contained in:
parent
db4776fcd5
commit
9e8cce41e3
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ class Openmc(MakefilePackage):
|
||||||
|
|
||||||
build_directory = 'src'
|
build_directory = 'src'
|
||||||
|
|
||||||
|
parallel = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def build_targets(self):
|
def build_targets(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue