From 310c72c01f717926520f8fcb04071673b5f738d8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 3 Jun 2009 20:29:49 +0000 Subject: [PATCH] - client: include device number in message describing NVIDIA GPU, and call it "NVIDIA GPU" rather than "CUDA device" fixes #879 svn path=/trunk/boinc/; revision=18277 --- checkin_notes | 8 ++++++++ lib/coproc.cpp | 9 +++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index b7d977f5a0..42f6aaa433 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4973,3 +4973,11 @@ Charlie 3 June 2009 clientgui/ AccountInfoPage.cpp, .h BOINCWizards.h + +David 3 June 2009 + - client: include device number in message describing NVIDIA GPU, + and call it "NVIDIA GPU" rather than "CUDA device" + fixes #879 + + lib/ + coproc.cpp diff --git a/lib/coproc.cpp b/lib/coproc.cpp index 103fe6230f..013f4aaab5 100644 --- a/lib/coproc.cpp +++ b/lib/coproc.cpp @@ -267,7 +267,7 @@ void COPROC_CUDA::get( } if (!gpus.size()) { - strings.push_back("No CUDA devices found"); + strings.push_back("No CUDA-capable NVIDIA GPUs found"); return; } @@ -287,15 +287,16 @@ void COPROC_CUDA::get( // best.count = 0; for (i=0; i