Forgotten debug printing...

This commit is contained in:
Jean-Paul Chaput 2010-06-22 14:52:01 +00:00
parent 3144735c93
commit de68831335
1 changed files with 0 additions and 3 deletions

View File

@ -285,9 +285,6 @@ namespace Metis {
ysplits = ((int)(trunc ( (1.0/aspectRatio)+0.5 ) )) * 2;
}
cerr << "gates:" << gates << endl;
cerr << "ar:" << aspectRatio << " xsplits:" << xsplits << " ysplits:" << ysplits << endl;
int partitionSizeStop = Cfg::getParamInt("metis.numberOfInstancesStopCriterion",45)->asInt();
double quadPartitions = log((double)gates / (double)(partitionSizeStop*xsplits*ysplits) ) / log(4.0) + 1.0;