Intel Fortran compiler for Windows crashing
  Home FAQ Contact Sign in
comp.lang.fortran only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.fortran Profile…
 Up
Intel Fortran compiler for Windows crashing         


Author: Jon Harrop
Date: May 1, 2008 18:33

I'm trying to get BLAS and LAPACK to compile in Visual Studio using Intel's
Fortran compiler but it crashes at random places and I cannot get it to
build the whole project (nor would I trust the result even if it did happen
to complete one time!).

Has anyone else found Intel's Fortran compiler to be extremely unstable?
This is x86 Windows XP with VS 2005.

--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u
21 Comments
Re: Intel Fortran compiler for Windows crashing         


Author: Tim Prince
Date: May 1, 2008 18:56

Jon Harrop wrote:
> I'm trying to get BLAS and LAPACK to compile in Visual Studio using Intel's
> Fortran compiler but it crashes at random places and I cannot get it to
> build the whole project (nor would I trust the result even if it did happen
> to complete one time!).
>
> Has anyone else found Intel's Fortran compiler to be extremely unstable?
> This is x86 Windows XP with VS 2005.
>
Did you try a current compiler, with -QxW -assume:protect_parens
-fp:precise ? Do you manage to make the compiler crash, or do you mean
run-time problems? What about 32- vs 64-bit compilation and OS? Did you
look up posts about substituting f90 intrinsics for attempts to get
equivalent results with old syntax?
I didn't see any guesses about your meaning.
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Greg Lindahl
Date: May 1, 2008 21:22

In article newssvr11.news.prodigy.net>,
Tim Prince nospamcomputer.org> wrote:
>I didn't see any guesses about your meaning.

It's not really a bug report, it's really an advertisement for his
consulting business.

-- greg
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Ron Ford
Date: May 1, 2008 21:45

"Jon Harrop" ffconsultancy.com> wrote in message
news:0_Sdna4bYa5f7YfVnZ2dnUVZ8qfinZ2d@plusnet...
>
> I'm trying to get BLAS and LAPACK to compile in Visual Studio using
> Intel's
> Fortran compiler but it crashes at random places and I cannot get it to
> build the whole project (nor would I trust the result even if it did
> happen
> to complete one time!).
>
> Has anyone else found Intel's Fortran compiler to be extremely unstable?
> This is x86 Windows XP with VS 2005.

Do I guess correctly that it's a fortran vs. windows issue? Do you have
experience with VS 2005?
--
"Life in Lubbock, Texas, taught me two things: One is that God loves you
and you're going to burn in hell. The other is that sex is the most
awful, filthy thing on earth and you should save it for someone you love."

~~ Butch Hancock
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Catherine Rees Lay
Date: May 2, 2008 02:11

Jon Harrop wrote:
> I'm trying to get BLAS and LAPACK to compile in Visual Studio using Intel's
> Fortran compiler but it crashes at random places and I cannot get it to
> build the whole project (nor would I trust the result even if it did happen
> to complete one time!).
>
> Has anyone else found Intel's Fortran compiler to be extremely unstable?
> This is x86 Windows XP with VS 2005.
>

I've not found it to be unstable at all. The closest to "unstable" I've
had has been that just occasionally, after several tens of hours of
repeatedly running in debug mode with multiple crashes due to problems
in the code, the debugger starts being a bit weird (telling me variables
aren't defined, when I can see from the calculations it's doing that it
knows full well internally that they are). Shutting it down and starting
it up again has always fixed the problem, and it's never affected the
results.
Show full article (1.39Kb)
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Steve Lionel
Date: May 2, 2008 04:30

On May 1, 9:33 pm, Jon Harrop ffconsultancy.com> wrote:
> I'm trying to get BLAS and LAPACK to compile in Visual Studio using Intel's
> Fortran compiler but it crashes at random places and I cannot get it to
> build the whole project (nor would I trust the result even if it did happen
> to complete one time!).

What exactly is the nature of the problem? Exact error message,
etc.? There will be a build log after each build with a link you can
click on.

Are you aware that Intel provides support for its products? Please
visit http://www.intel.com/support/performancetools/fortran/windows/
to get the assistance you need.

Steve Lionel
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Gary Scott
Date: May 2, 2008 06:23

Greg Lindahl wrote:
> In article newssvr11.news.prodigy.net>,
> Tim Prince nospamcomputer.org> wrote:
>
>
>>I didn't see any guesses about your meaning.
>
>
> It's not really a bug report, it's really an advertisement for his
> consulting business.

Kinda of hard to see it as an advertisement (as a positive)
>
> -- greg
>
>
>
>

--
Show full article (0.73Kb)
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Jon Harrop
Date: May 3, 2008 14:40

Gary Scott wrote:
> Greg Lindahl wrote:
>> In article newssvr11.news.prodigy.net>,
>> Tim Prince nospamcomputer.org> wrote:
>>>I didn't see any guesses about your meaning.
>>
>> It's not really a bug report, it's really an advertisement for his
>> consulting business.
>
> Kinda of hard to see it as an advertisement (as a positive)

Indeed. Maybe competing Fortran compiler vendors will be interested. ;-)

--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Jon Harrop
Date: May 3, 2008 14:42

Catherine Rees Lay wrote:
> Jon Harrop wrote:
>> I'm trying to get BLAS and LAPACK to compile in Visual Studio using
>> Intel's Fortran compiler but it crashes at random places and I cannot get
>> it to build the whole project (nor would I trust the result even if it
>> did happen to complete one time!).
>>
>> Has anyone else found Intel's Fortran compiler to be extremely unstable?
>> This is x86 Windows XP with VS 2005.
>
> I've not found it to be unstable at all. The closest to "unstable" I've
> had has been that just occasionally, after several tens of hours of
> repeatedly running in debug mode with multiple crashes due to problems
> in the code, the debugger starts being a bit weird (telling me variables
> aren't defined, when I can see from the calculations it's doing that it
> knows...
Show full article (1.58Kb)
no comments
Re: Intel Fortran compiler for Windows crashing         


Author: Jon Harrop
Date: May 3, 2008 15:13

Ron Ford wrote:
> Do I guess correctly that it's a fortran vs. windows issue? Do you have
> experience with VS 2005?

I use VS for C# and F# all the time but never any unmanaged code. I've tried
one of the managed Fortran compilers but the performance is awful (of
course). I'm about to try some unmanaged C/C++ as well, so we shall see...

--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u
no comments
1 2 3