From 6b6108b5386c6159e007fc6831035ff3c3e5ca2a Mon Sep 17 00:00:00 2001 From: Daniel Barry Date: Mon, 19 Aug 2024 14:53:09 -0400 Subject: [PATCH] cuda: fix typo in README Corrected the name of the 'papi_native_avail' utility. --- src/components/cuda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cuda/README.md b/src/components/cuda/README.md index c651ff8d2..f1275364d 100644 --- a/src/components/cuda/README.md +++ b/src/components/cuda/README.md @@ -72,7 +72,7 @@ This can be set using export; e.g. ## Known Limitations * In CUpti\_11, the number of possible events is vastly expanded; e.g. from some hundreds of events per device to over 110,000 events per device. this can - make the utility `papi/src/utils/papi_native_events` run for several minutes; + make the utility `papi/src/utils/papi_native_avail` run for several minutes; as much as 2 minutes per GPU. If the output is redirected to a file, this may appear to "hang up". Give it time.