I just successfully built and installed magma_1.0.0-rc5. I have been trying to run some of the testing routines included in the magma_1.0.0-rc5/testing directory and have be unsuccessful thus far. For each routine it simply does not output any results from the tests. Below are the outputs of 3 routines that I have tried, these are just examples, so far I have not been able to successfully run any of the test executables.
testing_dgemm
- Code: Select all
-bash-4.2$ ./testing_dgemm
device 0: Tesla C2050 / C2070, 1147.0 MHz clock, 2687.4 MB memory
device 1: Tesla C2050 / C2070, 1147.0 MHz clock, 2687.4 MB memory
Usage:
testing_dgemm [-NN|NT|TN|TT] [-N 1024]
Testing transA = N transB = N
M N K MAGMA GFLop/s CUBLAS GFlop/s error
==================================================================
testing_dgesv_gpu
- Code: Select all
-bash-4.2$ ./testing_dgesv_gpu
device 0: Tesla C2050 / C2070, 1147.0 MHz clock, 2687.4 MB memory
device 1: Tesla C2050 / C2070, 1147.0 MHz clock, 2687.4 MB memory
Usage:
testing_dgesv_gpu -nrhs 100 -N 1024
N NRHS GPU GFlop/s || b-Ax || / ||A||
========================================================
testing_zgetrf_gpu
- Code: Select all
-bash-4.2$ ./testing_zgetrf_gpu
device 0: Tesla C2050 / C2070, 1147.0 MHz clock, 2687.4 MB memory
device 1: Tesla C2050 / C2070, 1147.0 MHz clock, 2687.4 MB memory
Usage:
testing_zgetrf_gpu -M 1024 -N 1024
M N CPU GFlop/s GPU GFlop/s ||PA-LU||/(||A||*N)
============================================================
I have waited upwards of 10 minutes for all of these. Looking at the source code it seems like there should be information printed to the table after each loop, or each different problem size. This leads me to believe that something is very wrong.
Thanks in advance for the help,
Nick
