From a7136eddfb73570030c82c7b9789cf0f6deb43f0 Mon Sep 17 00:00:00 2001
From: James Ralph <ralph@icl.utk.edu>
Date: Mon, 4 Aug 2014 15:00:10 -0700
Subject: [PATCH 17/44] Update nvml README

We changed the options to simplify the configure line.
Bad information is worse than no information...
---
 src/components/nvml/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/nvml/README b/src/components/nvml/README
index 9370f6b..e5048f1 100644
--- a/src/components/nvml/README
+++ b/src/components/nvml/README
@@ -8,7 +8,7 @@ must be executed in order to generate the Makefile which contains the
 configuration settings. This script needs to be executed only once. 
 
     % cd < papi_dir >/src/components/nvml
-    % ./configure --with-nvml_incdir=< NVML INCLUDE PATH > --with-nvml_libdir=<NVML LIBRARY PATH > --with-cuda_incdir=<path> --with-cuda_libdir=<path>
+    % ./configure --with-nvml-dir=< NVML PATH > --with-cuda-dir=<path>
 
 Furthermore, the NVML component will be added to PAPI during the configuration of 
 PAPI by adding the '--with-components=nvml' command line option to configure.
-- 
2.1.1

