Re: question about intel compiler
- From: hchu@xxxxxxxxxxxxxx
- Date: 30 Jun 2005 11:42:55 -0700
What version of ICC are you using? I never had such problems under VC
6.0.
But I remember having problems incorporating ICC 8.00 and IVF 7.0 under
..net.
I used to think ICC was better than VC for numerical computations,
especially
dealing with std::complex class. Later we found out that the complex
class is
written in such a way that VC has problem inlining the complex
multiplication function.
We decided to write our own class to replace the std::complex class. It
turns
out that VC generates faster code than ICC with our own complex class.
I
recently tried ICC 9.0 hoping it would improve somewhat, but to my
disappointment,
I didn't see any difference. I should say that I am very happy to see
improvements in
IVF 9.0.
.
- References:
- question about intel compiler
- From: yuanliu1
- question about intel compiler
- Prev by Date: Re: How to select a subset of an array in Fortran 90
- Next by Date: Re: backslash-issues
- Previous by thread: question about intel compiler
- Next by thread: Passing a 2 dimensional array from fortran to c++
- Index(es):