Skip to content
Andi S edited this page May 16, 2014 · 2 revisions

Installation (Win)

In case of the following compile time error

nvcc fatal : Visual Studio configuration file '(null)' could not be found for installation at 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64/../../..'

you have to manually build a 'vcvars64.bat' file in 'Program Files\Microsoft Visual Studio 10.0\VC\bin\amd64' containing:

CALL setenv /x64

reference: here

Instabilities (Resolved)

The software performed stable on the test environment described above. However, unresolved problems on different Linux platforms may occur at the use of MATLAB 'clear classes' command, leading to a crash of the MATLAB application.

-> added cudaDeviceReset at mexExit function

Invalid MEX-file (Resolved)

Invalid MEX-file '/home/florian/Documents/MATLAB/functions/gridding_gpu/mex_gridding3D_adj_atomic_f.mexa64': /home/florian/Programs/MATLAB/R2012b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/local/cuda-5.0/lib64/libcudart.so.5.0)

--> MATLAB may be distributed with an older libstdc++ version. Change the matlab configuration to use a newer version of libstdc++, e.g.:

/usr/lib/x86_64-linux-gnu/libstdc++.so.6

Clone this wiki locally