Skip to content
Snippets Groups Projects

fix some problems of the intel compiler

2 files
+ 9
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -510,9 +510,7 @@ namespace Dune
Timer watch;
watch.reset();
int noAggregates, isoAggregates, oneAggregates, skippedAggregates;
std::tie(noAggregates, isoAggregates, oneAggregates, skippedAggregates) =
auto [noAggregates, isoAggregates, oneAggregates, skippedAggregates] =
aggregatesMap->buildAggregates(matrix->getmat(), *(std::get<1>(graphs)), criterion, level==0);
if(rank==0 && criterion.debugLevel()>2)
Loading