From: Riccardo M. <ric...@gm...> - 2011-08-31 13:46:07
|
Hello, A final update on this old thread. Good news: thanks to Rick Amos of MathWorks support, this problem has finally been solved. It seems that the issue really lies in the threading mechanism/library used by MatLab compiled code. So the fix is to compile your MatLab code with the "-singleCompThread" switch, e.g.: mcc -R '-nojvm,-nodisplay,-singleCompThread' magicsquare.m I tested the above with the MatLab compiler from R2011a and the compiled code correctly runs in a UML virtual machine running Debian 6. Regards, Riccardo -- Riccardo Murri Grid Computing Competence Centre, http://www.gc3.uzh.ch/ Organisch-Chemisches Institut, University of Zurich Winterthurerstrasse 190, CH-8057 Zürich (Switzerland) Tel: +41 44 635 4222 Fax: +41 44 635 6888 |