C/C++ compiler gcc VS MinGW64
Afficher commentaires plus anciens
Hi experts,
I am running a matlab code that needs to use ba_interp3.cpp. When under windows on my desktop, I do mex -O ba_interp3.cpp; then the rest codes work and I can get reasonable results. Under windows, the C/C++ compiler is MinGW64. But when I try to run the code on a supercomputer (Linux system) so that I am able to run larger simulations, I have to use gcc C/C++ compiler. The supercomputer does not support MinGW64. Although no error appears and MEX completes successfully, I always get unrealistic results at the end. I suspect that the compiler is causing problems. Is there anyone who knows why?
Thanks
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Support for MinGW-w64 C/C++ Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!