LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapack_testing.patch
Go to the documentation of this file.
1 --- ../plop/lapack-3.4.0/lapack_testing.py 2011-09-23 21:50:27.000000000 +0200
2 +++ ./lapack_testing.py 2011-12-22 15:34:20.177718465 +0100
3 @@ -131,8 +131,8 @@
4  for line in pipe.readlines():
5  f.write(str(line))
6  words_in_line=line.split()
7 - if (line.find("run")!=-1):
8 -# print line
9 + if (line.find("run)")!=-1):
10 + print line
11  whereisrun=words_in_line.index("run)")
12  nb_test_run+=int(words_in_line[whereisrun-2])
13  if (line.find("out of")!=-1):
Description ia64 stest out
lapack
Definition: changelog:208