|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67785 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2011-01-08 10:23:27
Author: viboes
Date: 2011-01-08 10:23:27 EST (Sat, 08 Jan 2011)
New Revision: 67785
URL: http://svn.boost.org/trac/boost/changeset/67785
Log:
Boost.Chrono: Sandia-pgi Make dependencies to process and thread clocks explicit so I can identify what don't works better
Test output: Sandia-pgi-10.1 - chrono - arithmetic_pass_shared / pgi-10.1
Rev 67766 / Sat, 8 Jan 2011 07:38:17 +0000
Report Time: Sat, 8 Jan 2011 12:49:04 +0000
Output by test variants:
boost/bin.v2/libs/chrono/test/arithmetic_pass_shared.test/pgi-10.1/debug/threading-multi
boost/bin.v2/libs/chrono/test/arithmetic_pass_shared.test/pgi-10.1/debug/threading-multi/duration
Text files modified:
trunk/boost/chrono/chrono.hpp | 4 ++--
trunk/boost/chrono/chrono_io.hpp | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/boost/chrono/chrono.hpp
==============================================================================
--- trunk/boost/chrono/chrono.hpp (original)
+++ trunk/boost/chrono/chrono.hpp 2011-01-08 10:23:27 EST (Sat, 08 Jan 2011)
@@ -62,7 +62,7 @@
#include <boost/chrono/duration.hpp>
#include <boost/chrono/time_point.hpp>
#include <boost/chrono/system_clocks.hpp>
-#include <boost/chrono/process_cpu_clocks.hpp>
-#include <boost/chrono/thread_clock.hpp>
+//~ #include <boost/chrono/process_cpu_clocks.hpp>
+//~ #include <boost/chrono/thread_clock.hpp>
#endif // BOOST_CHRONO_CHRONO_HPP
Modified: trunk/boost/chrono/chrono_io.hpp
==============================================================================
--- trunk/boost/chrono/chrono_io.hpp (original)
+++ trunk/boost/chrono/chrono_io.hpp 2011-01-08 10:23:27 EST (Sat, 08 Jan 2011)
@@ -16,6 +16,8 @@
#define BOOST_CHRONO_IO_INPUT
#include <boost/chrono/chrono.hpp>
+#include <boost/chrono/process_cpu_clocks.hpp>
+#include <boost/chrono/thread_clock.hpp>
#include <boost/ratio/ratio_io.hpp>
#include <locale>
#include <boost/type_traits/is_scalar.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk