C/C++ compiler gcc VS MinGW64
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Support for MinGW-w64 C/C++ Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!