"Error using mex
No supported compiler or SDK was found."
I have installed Matlab 2017a, Intel Parallel Studio XE Composer Edition for Fortran macOS 2017, both are trial versions, and Xcode 8.3.3, running on macOS 10.12.6. I also have installed Matlab 2016a.
When I type "mex -setup -v FORTRAN" I get the following:
"Verbose mode is on.
Looking for compiler 'Intel Fortran Composer XE' ...
Looking for environment variable 'IFORT_COMPILER17' ...No.
Looking for environment variable 'IFORT_COMPILER16' ...No.
Looking for environment variable 'IFORT_COMPILER15' ...No.
Looking for environment variable 'IFORT_COMPILER14' ...No.
Looking for environment variable 'IFORT_COMPILER13' ...No.
Executing command 'which ifort' ...No.
Did not find installed compiler 'Intel Fortran Composer XE'.
I have already reinstalled Intel Parallel Studio XE Composer Edition for Fortran macOS 2017 and it didn't work. When I compile prime.c it works.
mex yprime.c
Building with 'Xcode with Clang'.
MEX completed successfully.
But when I try to compile yprimef.F yprimefg.F I got the error already reported above.
0 Comments
Sign in to comment.