I attempts to run testing _dgetrf_mc in exp directory using 2 Fermi GPUs
testing_dgetrf_mc -M 0 -N 0 -b 256 -C 12
M N GFlop/s ||PA-LU|| / (||A||*N)
========================================================
1024 1024 0.11 1.517394e-18
2048 2048 0.25 1.049461e-18
3072 3072 0.35 8.458161e-19
4032 4032 0.43 7.416148e-19
This is not something that I am supposed to get... I already set all necessary environment variables.
Meanwhile, a single GPU testing is fine.... What should I do if I want to evaluate MAGMA with 2 GPUs ?
