* apply.h: now results stored to a filename defined with parallelization parameters
This commit is contained in:
parent
7b87e41072
commit
16e6e7f3b7
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ void apply(eoUF<EOT&, void>& _proc, std::vector<EOT>& _pop)
|
||||||
|
|
||||||
double t2 = omp_get_wtime();
|
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 << ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Reference in a new issue