flecsi: add mpi interoperability (#4000)

This commit is contained in:
Christoph Junghans
2017-04-27 13:10:30 -07:00
committed by Adam J. Stewart
parent 5d6a488c69
commit 6f62a4fe36
2 changed files with 17 additions and 7 deletions

View File

@@ -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')