1
1

Be a little bit more verbose: tell which file we have trouble with...

This commit was SVN r15115.
Этот коммит содержится в:
George Bosilca 2007-06-17 04:59:15 +00:00
родитель 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;
}