flecsi: add mpi interoperability (#4000)
This commit is contained in:

committed by
Adam J. Stewart

parent
5d6a488c69
commit
6f62a4fe36
@@ -66,7 +66,7 @@ def cmake_args(self):
|
||||
options = [
|
||||
'-DLegion_USE_GASNet=ON',
|
||||
'-DLegion_BUILD_EXAMPLES=ON',
|
||||
'-DBUILD_SHARED_LIBS=%s' % ('+shared' in spec)]
|
||||
'-DBUILD_SHARED_LIBS=%s' % ('+shared' in self.spec)]
|
||||
|
||||
if '+mpi' in self.spec:
|
||||
options.append('-DGASNet_CONDUIT=mpi')
|
||||
|
Reference in New Issue
Block a user