Add a bit more helpful error message ;-)
This commit was SVN r801.
Этот коммит содержится в:
родитель
e2fd8c8db2
Коммит
6744cbf576
@ -124,7 +124,7 @@ mca_pcm_cofs_init(int *priority, bool *allow_multi_user_threads,
|
|||||||
/* make it $HOME */
|
/* make it $HOME */
|
||||||
tmp = getenv("HOME");
|
tmp = getenv("HOME");
|
||||||
if (tmp == NULL) {
|
if (tmp == NULL) {
|
||||||
printf("pcm_cofs can not find communication dir\n");
|
printf("pcm_cofs can not find communication dir (MCA_common_lam_cofs_comm_dir)\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
snprintf(mca_pcm_cofs_comm_loc, LAM_PATH_MAX, "%s/cofs", tmp);
|
snprintf(mca_pcm_cofs_comm_loc, LAM_PATH_MAX, "%s/cofs", tmp);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user