Windows mex setup with ifort 11.0

Windows mexing with Matlab 7.6/7.7 (+probably others) and ifort 11.0
1,7K descargas
Actualizado 1 dic 2008

Sin licencia

WINDOWS MEXING WITH MATLAB 7.6 AND 7.7 (AND PROBABLY OTHERS) WITH IFORT 11.0

This submission contains three files that enable mexing with version 11.0 of ifort. The files should be copied to the folder:

c:\program files\matlab\r20xyz\bin\win32\mexopts

(where r20xyz could for example be r2008a or r2008b), and the two files with extension .b should be renamed to have extension
.bat (Matlab central regulations do not allow .bat files). These files are updated from the version 10.1 files.

Then mex -setup should work.

NOTE: The default location of ifort.exe has changed between versions 10.xxx and version 11 of the ifort compiler from:

C:\Program Files\Intel\Compiler\Fortran\10.1.011\IA32\Bin

to:

C:\Program Files\Intel\Compiler\11.0\066\Fortran\Bin\IA32

Note in particular that the order of Bin and IA32 has been reversed. The include and lib folders have also new locations. To create .stp and .bat files for other subversions of ifort 11, make copies of the files and appropriate changes in both of them (search for the version number, "11.0").

To support other subversions of version 10 than 10.1.011 make copies of the files intelf10msvs2005opts.bat and intelf10msvs2005opts.stp and make the necessary changes in them (change e.g. 10.1.012 to 10.1.021). It is probably also possible to create similar files for versions 8.x and 9.x of the compiler.

NOTE 1: There are some similar files by C.Chee on Matlab Central that inspired me for these, see http://www.mathworks.com/matlabcentral/fileexchange/18563.

NOTE 2: For mexing with gcc, gfortran and g95, see
http://sourceforge.net/projects/gnumex

NOTE 3: I have not tested the intelf11msvs2005engmatopts.bat (for building engine applications).

NOTE 4: One more change I have made to the bat file is to remove the /fixed flag from the compiler flags to allow free form input. In theory this should allow Fortran 95 programs in free format to be turned into mex files, but for some reason my short test file does not currently work (although my Fortran 77 test does work). I have not had time to look into this further.

Nov.2008. Kristjan Jonasson (jonasson@hi.is)

Citar como

Kristjan Jonasson (2024). Windows mex setup with ifort 11.0 (https://www.mathworks.com/matlabcentral/fileexchange/22290-windows-mex-setup-with-ifort-11-0), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Fortran with MATLAB en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0