1
1

* it compiles! ompi_info works!

This commit was SVN r6312.
Этот коммит содержится в:
Brian Barrett 2005-07-03 01:01:55 +00:00
родитель 8cad33db40
Коммит 5a5fb88489

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

@ -429,7 +429,8 @@ static int open_file(int i)
/* Setup the filename and open flags */
dir = orte_process_info.proc_session_dir;
/* BWB - fix me! - used to look at orte_process_info */
dir = NULL;
if (NULL != dir) {
filename = (char*) malloc(MAXPATHLEN);
if (NULL == filename) {