1
1

Also handle errors if lstopo fails for some reason.

This commit was SVN r23790.
Этот коммит содержится в:
Jeff Squyres 2010-09-22 13:49:42 +00:00
родитель 0331889495
Коммит 10ea43686b

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

@ -1034,6 +1034,9 @@ if (!defined($ENV{AUTOMAKE_JOBS})) {
$ENV{DISPLAY} = $save
if (defined($save));
# If we errored, try again
next
if (0 == $count);
# 2nd level crude heurstic: bound $count to 4 at the most.
$reason = "lstopo found $count PU's";