// Application parameters
// fixme: find better defaults
cost_func comp_cost("1e9, 0");
- cost_func comm_cost("1, 0");
+ cost_func comm_cost("1e6, 0");
double min_iter_duration = 1.0;
// Parameters for the end of the simulation
<< " [" << opt_helper::on_off(opt::bookkeeping) << "]\n";
std::clog << "\nApplication parameters\n";
- std::clog << o("-c [fn,...]f0")
+ std::clog << o("-c [aN,...]a0")
<< "polynomial factors for computation cost"
<< " [" << opt::comp_cost.to_string() << "]\n";
- std::clog << o("-C [fn,...]f0")
+ std::clog << o("-C [aN,...]a0")
<< "polynomial factors for communication cost"
<< " [" << opt::comm_cost.to_string() << "]\n";
std::clog << o("-s value")