workaround for communicators in blocked bases, use SequentialCommunication if not flat MultiIndex
Compare changes
Files
2@@ -23,12 +23,13 @@
@@ -65,7 +66,9 @@ namespace AMDiS
This workaround is implemented to at least allow that blocked bases compile with ParallelGlobalBasis
. By default, if the basis is blocked, i.e. the MultiIndex is not a flat MultiIndex, the basis uses a SequentialCommunication
instead of a backend communication object.