Windows mex setup with ifort 11.0

Windows mexing with Matlab 7.6/7.7 (+probably others) and ifort 11.0
ダウンロード: 1.7K
更新 2008/12/1

ライセンスがありません

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)

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFortran with MATLAB についてさらに検索
謝辞

ヒントを得たファイル: mex -setup with Intel Fortran and MS VS.Net

ヒントを与えたファイル: MEXING WITH IFORT 11.0 IN 64 BIT MATLAB

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0