GPU computing is a widely adopted technology that uses the power of GPUs to accelerate computationally intensive workflows. Since 2010, Parallel Computing Toolbox has provided GPU Computing support for MATLAB.
matlab
Unable to load driver swrast on CentOS 6
If you encounter the error when you run applications like MATLAB on CentOS 6
libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast
You need to install mesa-libGLU*.x86_64 and mesa-libGLU*.i686
yum install mesa-libGLU*.i686 mesa-libGLU*.x86_64