> with > ./testgen -n 100 -z > > how long should be the test in your computer? amd32/linux > > because I have run the test and it has spent about 2 hours without any > finish. > I have put it run again and redirect the output to a log file ....
It runs forever - it just keeps generating random matrices and testing them, so if there is no output after 2 hours thats a good sign. If you want it to stop, you can do: ./testgen -n 100 -z -c 1000 and it will test 1000 matrices and then quit. Thanks! Patrick Alken
