Be a little bit more verbose: tell which file we have trouble with...
This commit was SVN r15115.
Этот коммит содержится в:
родитель
f3f312e8be
Коммит
55cf6fc866
@ -49,6 +49,8 @@ int orte_write_universe_setup_file(char *filename, orte_universe_t *info)
|
||||
|
||||
fp = fopen(filename, "w");
|
||||
if (NULL == fp) {
|
||||
opal_output( 0, "Impossible to open the file %s in write mode\n",
|
||||
filename );
|
||||
ORTE_ERROR_LOG(ORTE_ERR_FILE_OPEN_FAILURE);
|
||||
return ORTE_ERR_FILE_OPEN_FAILURE;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user