C/C++ compiler gcc VS MinGW64
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Support for MinGW-w64 C/C++ Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!