Very slow execution on Matlab code in linux
Mostrar comentarios más antiguos
Hello, I have a matlab executable file that is running under Matlab Compiler Runtime (2013a) on a linux machine (Ubuntu 12.04 LTS) and another executable with the same function but compiled for Windows machine. The execution time on Windows platform is about 60 seconds, but in Linux is taking much longer time (i.e. about 400 seconds). The Matlab runtime environment on linux is 2013a and in windows is 2013b.
Do you think that the difference in execution time is related on the different versions of the runtime environments? What can I do in order to improve the speed on the linux environment?
Respuesta aceptada
Más respuestas (1)
Jan
el 4 de Feb. de 2015
0 votos
Without knowing any detail of the program it is impossible to give an advice. Perhaps it depends on a data file, which is read through a slow network connection. Or the problem doe not match into the RAM and slow swapping slows the computing down.
1 comentario
Dimitris Manousos
el 4 de Feb. de 2015
Categorías
Más información sobre OpenCV Support en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!