searchpaths       323 opal/mca/common/cuda/common_cuda.c     char *searchpaths[] = {"", "/usr/lib64", NULL};
searchpaths       384 opal/mca/common/cuda/common_cuda.c     while (searchpaths[j] != NULL) {
searchpaths       392 opal/mca/common/cuda/common_cuda.c             if (strlen(searchpaths[j]) > 0) {
searchpaths       393 opal/mca/common/cuda/common_cuda.c                 opal_asprintf(&filename, "%s/%s", searchpaths[j], cudalibs[i]);