1
1

Add a bit more helpful error message ;-)

This commit was SVN r801.
Этот коммит содержится в:
Jeff Squyres 2004-02-14 05:22:24 +00:00
родитель e2fd8c8db2
Коммит 6744cbf576

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

@ -124,7 +124,7 @@ mca_pcm_cofs_init(int *priority, bool *allow_multi_user_threads,
/* make it $HOME */
tmp = getenv("HOME");
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;
}
snprintf(mca_pcm_cofs_comm_loc, LAM_PATH_MAX, "%s/cofs", tmp);