1
1

Fix previous checkin. Need to fall through to get initialized variable set.

This commit was SVN r27977.
Этот коммит содержится в:
Rolf vandeVaart 2013-01-30 00:01:42 +00:00
родитель 8e8e95ca6b
Коммит 94a78dda0d

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

@ -184,11 +184,7 @@ static void opal_cuda_support_init(void)
if (NULL != common_cuda_initialization_function) {
if (0 == common_cuda_initialization_function()) {
opal_cuda_enabled = 1;
} else {
return; /* Initialization failed - no support */
}
} else {
return; /* No initialization function - no support */
}
/* Set different levels of verbosity in the cuda related code. */