I'm using MacOS 10.14 and trying to use the library OpenMP in Mex files with Matlab 2018b. I understand Matlab does not provide support for OpenMP in Mex files in MacOS but I was trying to follow these instructions (made for Matlab 2016 and previous MacOS): Openmp with mex in Matlab on mac
However, Matlab crashes when trying to compile a C file. Is there any update on this? Is there a way to use GCC instead of Clang?
Thanks!