Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IMSL causing a Internal compiler error

Ray_R_1
Principiante
2.252 Visualizações
I am running IVF 11.1.038, on a dual Xeon processor machine using Windows XP x64 Pro. I have a small test program that uses the IMSL linear_operator module to invert a 3x3 matrix. When I compile the program with the IA32 compiler every thing goes well. When I try using the INTEL64 compiler I get an internal compiler error. Any idea what is going on?
0 Kudos
1 Solução
Steven_L_Intel1
Funcionário
2.252 Visualizações
Yes, very much so. The Intel 64 LINEAR_OPERATORS module is bad. I will send you an email tomorrow with a good one attached.

Ver solução na publicação original

8 Respostas
Steven_L_Intel1
Funcionário
2.253 Visualizações
Yes, very much so. The Intel 64 LINEAR_OPERATORS module is bad. I will send you an email tomorrow with a good one attached.
Ray_R_1
Principiante
2.252 Visualizações
Yes, very much so. The Intel 64 LINEAR_OPERATORS module is bad. I will send you an email tomorrow with a good one attached.

Steve, thank you, that would be great!!
Steven_L_Intel1
Funcionário
2.252 Visualizações
Mail sent
Ray_R_1
Principiante
2.252 Visualizações

Thank youSteve, that did the trick.
Qi_C_
Principiante
2.252 Visualizações

I am trying to use IMSL in the platform Centos 6.3 and Intel Fortran 13.0. I am wondering which of the following version will probably be suitable for the compiler.

 

when I run my fortran program, I encountered the following problem:

 

internal error: Please visit 'http://www.intel.com/software/products/support' for assistance.
      CALL LSARG(A,B,X) 
^
[ Aborting due to internal error. ]
compilation aborted for fnl.f (code 1)

Is it due to incompatibility?

 

 

Steven_L_Intel1
Funcionário
2.252 Visualizações

No, that would be a compiler bug. Would you please attach the source you were using, and also show us the ifort command line you used?

I will comment that 13.0 is not the current version.

TimP
Colaborador honorário III
2.252 Visualizações

As I understand your question, you're buying IMSL direct from the vendor, not as part of an Intel software package, so this may not be the best place to ask.  However, a library intended for RHEL 6.1 and ifort 12.1 ought to be suitable for CentOS 6.3 with ifort 13.0.  Note that Intel doesn't designate CentOS as "supported" for Intel Fortran even though CentOS 6.3 ought to work identically with Red Hat EL 6.3 as far as these products are concerned.  

Intel Fortran 12.1 and 13.0 are somewhat outdated, but the release notes don't distinguish between Red Hat 6.0 and 6.3 where they state prerequisites.  As long as you have to ask the IMSL vendor, you might consider a newer Fortran such as 13.1.192.  They ought to be able to answer, since they support 13.1 for SLES.

Steven_L_Intel1
Funcionário
2.252 Visualizações

Nevertheless, an internal compiler error is always a compiler bug. I will check this out (info on the source and options has been provided to me.)

Responder