* apply.h: now results stored to a filename defined with parallelization parameters

This commit is contained in:
Caner Candan 2010-12-28 16:41:14 +01:00
commit 16e6e7f3b7

View file

@ -58,7 +58,8 @@ void apply(eoUF<EOT&, void>& _proc, std::vector<EOT>& _pop)
double t2 = omp_get_wtime();
eo::log << eo::logging << "### apply called cost: " << t2 - t1 << std::endl;
eoLogger log;
log << eo::file(eo::parallel.prefix()) << t2 - t1 << ' ';
}
/**