Trouble with Matlab link Interface

Hi,
now that CULA R15 dense is available, i tested it with my various configurations:
OS:Ubuntu Linux
2010b R14 ok
2010b R15:
2012a R14 (see viewtopic.php?f=15&t=1010)
2012a R15
This seems to be the same Problem again that MATLAB loads some cuda runtime ahead. I still didn't find anything to do preventing this. ARE YOU NOT TESTING AGAINST MATLAB?
I must say for something advertised i'm quite surprised that the MATLAB link interface is more or less unusable (i'm stuck to the R2010b R14 combination which ingnores crossover_list). I think i will have to look at JACKET although it's expensive and requires changing of my code.
Sebastian
now that CULA R15 dense is available, i tested it with my various configurations:
OS:Ubuntu Linux
2010b R14 ok
2010b R15:
- Code: Select all
libmwlapack: load error: /usr/local/cula/lib64/libcula_lapack_link.so: undefined symbol: dlamc1_
Caught "std::exception" Exception message is:
/usr/local/cula/lib64/libcula_lapack_link.so: undefined symbol: dlamc1_
2012a R14 (see viewtopic.php?f=15&t=1010)
2012a R15
- Code: Select all
cula error: culaInitialize failed (CUDA runtime or driver is not supported)
cula info: forwarding all calls to CPU
cula info: parsing crossover list '/usr/local/cula/crossover.list'
cula info: setting crossover for dgemm to '22500'
cula info: setting crossover for dsyrk to '2500'
cula info: setting crossover for zgetrf to '10000'
cula info: dgemm (N, N, 5000, 5000, 5000, 1.000000, 0x7f5894143020, 5000, 0x7f5888286020, 5000, 0.000000, 0x7f587c3c9020, 5000)
cula info: issuing to CPU (cula not available)
cula info: CPU library is /usr/local/cula/lib64/lapackcpu.so
cula info: done
This seems to be the same Problem again that MATLAB loads some cuda runtime ahead. I still didn't find anything to do preventing this. ARE YOU NOT TESTING AGAINST MATLAB?
I must say for something advertised i'm quite surprised that the MATLAB link interface is more or less unusable (i'm stuck to the R2010b R14 combination which ingnores crossover_list). I think i will have to look at JACKET although it's expensive and requires changing of my code.
Sebastian