Ground truth runs
(Cyclic Redundancy Check - CRC)
$ ./test_lapack.x gelqf sdcz 4 4 4 -1 10 --seed=10 --BRT=G
GELQF d 4 x 4 0.36 240.00 ns 1.31e+00 PASS
(Complete binary data)
$ ./test_lapack.x gelqf sdcz 4 4 4 -1 10 --seed=10 --BRT=F
GELQF d 4 x 4 0.37 230.00 ns 1.31e+00 PASS
Verification runs
(Cyclic Redundancy Check - CRC)
$ ./test_lapack.x gelqf sdcz 4 4 4 -1 10 --seed=10 --BRT=V
GELQF d 4 x 4 0.37 230.00 ns 0.00e+00 PASS
(Complete binary data)
$ ./test_lapack.x gelqf sdcz 4 4 4 -1 10 --seed=10 --BRT=M
GELQF d 4 x 4 0.37 230.00 ns 0.00e+00 PASS
Note
In AOCL-5.2, BRT tests have been added for 30 of the LAPACK APIs supported in main test suite. For more details on BRT and test coverage refer the ReadMe.txt under AOCL-LAPACK ‘main’ test suite.