legion: bug fix for flecsi use cases. (#23624)

This commit is contained in:
Pat McCormick 2021-05-14 02:03:52 -06:00 committed by GitHub
parent 9e30e669d2
commit d64fd1238b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,8 +204,6 @@ def cmake_args(self):
options.append('-DGASNet_ROOT_DIR=%s' % gasnet_dir)
else:
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
options.append('-DGASNet_CONDUIT=%s' % gasnet_conduit)