From 16e6e7f3b7c7c0371ce02bf72af7eb4efd8dd945 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Tue, 28 Dec 2010 16:41:14 +0100 Subject: [PATCH] * apply.h: now results stored to a filename defined with parallelization parameters --- eo/src/apply.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eo/src/apply.h b/eo/src/apply.h index d8bc9796..cb46c11d 100644 --- a/eo/src/apply.h +++ b/eo/src/apply.h @@ -58,7 +58,8 @@ void apply(eoUF& _proc, std::vector& _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 << ' '; } /**