Windows mex setup with ifort 11.0

버전 1.0.0.0 (4.95 KB) 작성자: Kristjan Jonasson
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 CenterMATLAB Answers에서 Fortran with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0