Matlab_CUDA plug-in

Hi All,

I’m trying to build the Matlab_CUDA plug-in on a SUSE 10.2 with nvidia Quadro.
I have MATLAB 7 installed, but there is no mexext script located in the MATLAB/bin directory.
Any help?

Thanks.

There is a makefile in the CUDA plugin example, it is all you need.

Yes, but cannot locate the “mexext” and aborts.

Check that the installation location for MATLAB defined in the Makefile is correct for your system.

Define installation location for MATLAB.

export MATLAB = /usr/local/matlab
MEX = $(MATLAB)/bin/mex
MEXEXT = .$(shell $(MATLAB)/bin/mexext)