From f2f1e0e88b1a630c13c3e622ec9b4245c525393f Mon Sep 17 00:00:00 2001 From: Gerald Ragghianti Date: Tue, 22 Jan 2019 18:29:18 +0000 Subject: [PATCH] Typo in nvml component code caused test failure. --- src/components/nvml/tests/nvml_power_limiting_test.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nvml/tests/nvml_power_limiting_test.cu b/src/components/nvml/tests/nvml_power_limiting_test.cu index 63b38aac..d9056338 100644 --- a/src/components/nvml/tests/nvml_power_limiting_test.cu +++ b/src/components/nvml/tests/nvml_power_limiting_test.cu @@ -74,7 +74,7 @@ int main( int argc, char** argv ) printf( "NVML found as Component %d of %d: %s: %d events\n", (1+cmpinfo->CmpIdx), numcmp, cmpinfo->name, cmpinfo->num_native_events ); if (cmpinfo->disabled) { // If disabled, fprintf(stderr, "NVML PAPI Component is disabled.\n"); - fprintf(stderr, "The reason is: %s\n", cmpinfo->disabled_resaon); + fprintf(stderr, "The reason is: %s\n", cmpinfo->disabled_reason); test_skip( __FILE__,__LINE__,"Component nvml is disabled", 0 ); }