legion: bug fix for flecsi use cases. (#23624)
This commit is contained in:
parent
9e30e669d2
commit
d64fd1238b
@ -204,8 +204,6 @@ def cmake_args(self):
|
|||||||
options.append('-DGASNet_ROOT_DIR=%s' % gasnet_dir)
|
options.append('-DGASNet_ROOT_DIR=%s' % gasnet_dir)
|
||||||
else:
|
else:
|
||||||
options.append('-DLegion_EMBED_GASNet=ON')
|
options.append('-DLegion_EMBED_GASNet=ON')
|
||||||
gasnet_dir = join_path(self.stage.source_path, 'gasnet')
|
|
||||||
options.append('-DLegion_EMBED_GASNet_LOCALSRC=%s' % gasnet_dir)
|
|
||||||
|
|
||||||
gasnet_conduit = spec.variants['conduit'].value
|
gasnet_conduit = spec.variants['conduit'].value
|
||||||
options.append('-DGASNet_CONDUIT=%s' % gasnet_conduit)
|
options.append('-DGASNet_CONDUIT=%s' % gasnet_conduit)
|
||||||
|
Loading…
Reference in New Issue
Block a user