From d16cf1070dfd595ac6d65fce79b927a5fa85e821 Mon Sep 17 00:00:00 2001 From: Berk Hess Date: Wed, 21 Jan 2015 12:33:40 +0100 Subject: [PATCH] Corrected RDTSCP warning text Change-Id: If66e2d3535df8bb96be29e628546ebb8706afd57 --- src/gromacs/gmxlib/gmx_detect_hardware.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gromacs/gmxlib/gmx_detect_hardware.c b/src/gromacs/gmxlib/gmx_detect_hardware.c index 2f0c2d30cf..8846cb3242 100644 --- a/src/gromacs/gmxlib/gmx_detect_hardware.c +++ b/src/gromacs/gmxlib/gmx_detect_hardware.c @@ -1,10 +1,10 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by + * Copyright (c) 2012,2013,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the - * top-level source directory and at http://www.gromacs.org. + * top-level source directory and at h=ttp://www.gromacs.org. * * GROMACS is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -220,7 +220,7 @@ check_use_of_rdtscp_on_this_cpu(FILE *fplog, md_print_warn(cr, fplog, "The current CPU can measure timings more accurately than the code in\n" "%s was configured to use. This might affect your simulation\n" "speed as accurate timings are needed for load-balancing.\n" - "Please consider rebuilding %s with the GMX_USE_RDTSCP=OFF CMake option.\n", + "Please consider rebuilding %s with the GMX_USE_RDTSCP=ON CMake option.\n", ShortProgram(), ShortProgram()); } } -- 2.22.0