1
1

Grrr...get rid of another pesky diagnostic output.

This commit was SVN r2663.
Этот коммит содержится в:
Ralph Castain 2004-09-14 14:31:39 +00:00
родитель f7fac7f214
Коммит c5008b71bf

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

@ -66,8 +66,6 @@ int ompi_sys_info(void)
ompi_system_info.release = strdup(sys_info.release);
ompi_system_info.version = strdup(sys_info.version);
ompi_system_info.machine = strdup(sys_info.machine);
ompi_output(0, "sysname: %s", sys_info.sysname);
}
if (NULL != (path_name = getcwd(NULL, 0))) {