1
1

The debug messages were swapped. Fixed.

This commit was SVN r28600.
Этот коммит содержится в:
Rolf vandeVaart 2013-06-07 17:23:41 +00:00
родитель 0b727f84da
Коммит 1230029aa1

Просмотреть файл

@ -165,10 +165,10 @@ static void opal_cuda_support_init(void)
if (1 == opal_cuda_enabled) {
opal_output_verbose(10, opal_cuda_output,
"CUDA: not enabled, CUDA device pointers will not work");
"CUDA: enabled successfully, CUDA device pointers will work");
} else {
opal_output_verbose(10, opal_cuda_output,
"CUDA: enabled successfully, CUDA device pointers will work");
"CUDA: not enabled, CUDA device pointers will not work");
}
initialized = true;