From: Mike on
Hi

I am trying to mex my fortran file using Intel Visual Fortran 11.0
integrated with Visual Stduio 2008. After using "mex -setup", fortran
compiler is not show at all. I find "http://www.mathworks.com/support/
compilers/R2010a/index.html#n2" lists supported fortran compiler is
version 11.1. How to compile it with v11.0?

Mike
From: James Tursa on
Mike <sulfateion(a)gmail.com> wrote in message <5fd1f39e-eaf0-4c59-9014-d0a2162e6256(a)11g2000prw.googlegroups.com>...
> Hi
>
> I am trying to mex my fortran file using Intel Visual Fortran 11.0
> integrated with Visual Stduio 2008. After using "mex -setup", fortran
> compiler is not show at all. I find "http://www.mathworks.com/support/
> compilers/R2010a/index.html#n2" lists supported fortran compiler is
> version 11.1. How to compile it with v11.0?

You could start here:

http://www.mathworks.com/matlabcentral/fileexchange/22290-windows-mex-setup-with-ifort-11-0

James Tursa
From: Mike on
On Apr 30, 1:35 pm, "James Tursa"
<aclassyguy_with_a_k_not_...(a)hotmail.com> wrote:
> Mike <sulfate...(a)gmail.com> wrote in message <5fd1f39e-eaf0-4c59-9014-d0a2162e6...(a)11g2000prw.googlegroups.com>...
> > Hi
>
> >     I am trying to mex my fortran file using Intel Visual Fortran 11.0
> > integrated with Visual Stduio 2008.  After using "mex -setup", fortran
> > compiler is not show at all.  I find "http://www.mathworks.com/support/
> > compilers/R2010a/index.html#n2" lists supported fortran compiler is
> > version 11.1.  How to compile it with v11.0?
>
> You could start here:
>
> http://www.mathworks.com/matlabcentral/fileexchange/22290-windows-mex...
>
> James Tursa

It doesn't work.
I forgot to mention my matlab is R2010a.

Mike
From: Gadi Reinhorn on
Mike,

I think have two options:

1) Get version 11.1. I believe that Intel offers point updates free
(included in your service).

2) Completely at your own risk, modify the intelf11msvs2008opts.stp in
$MATLAB\bin\win32\mexopts\. You might have to make changes also to
intelf11msvs2008opts.bat.

I highly recommend option (1) over option (2). For one, MathWorks support
will help you with issues if you choose option (1). They wont with option
(2). Furthermore, option (2) is an untested configuration. You would have
to use at your own risk.

Hope this helps.

Gadi


From: Mike on
On Apr 30, 9:22 pm, "Gadi Reinhorn" <gadi.reinh...(a)mathworks.com>
wrote:
> Mike,
>
> I think have two options:
>
> 1) Get version 11.1.  I believe that Intel offers point updates free
> (included in your service).
>
> 2) Completely at your own risk, modify the intelf11msvs2008opts.stp in
> $MATLAB\bin\win32\mexopts\.  You might have to make changes also to
> intelf11msvs2008opts.bat.
>
> I highly recommend option (1) over option (2).  For one, MathWorks support
> will help you with issues if you choose option (1).  They wont with option
> (2).  Furthermore, option (2) is an untested configuration.  You would have
> to use at your own risk.
>
> Hope this helps.
>
> Gadi

Thank you for the information. I've checked. Intel doesn't allow me
to upgrade for free.

Mike