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||
========================================================
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)
============================================================
Thanks in advance for the help,
Nick