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

IMSL causing a Internal compiler error

Ray_R_1
Beginner
1,086 Views
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 Solution
Steven_L_Intel1
Employee
1,086 Views
Yes, very much so. The Intel 64 LINEAR_OPERATORS module is bad. I will send you an email tomorrow with a good one attached.

View solution in original post

0 Kudos
8 Replies
Steven_L_Intel1
Employee
1,087 Views
Yes, very much so. The Intel 64 LINEAR_OPERATORS module is bad. I will send you an email tomorrow with a good one attached.
0 Kudos
Ray_R_1
Beginner
1,086 Views
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!!
0 Kudos
Steven_L_Intel1
Employee
1,086 Views
Mail sent
0 Kudos
Ray_R_1
Beginner
1,086 Views

Thank youSteve, that did the trick.
0 Kudos
Qi_C_
Beginner
1,086 Views

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?

 

 

0 Kudos
Steven_L_Intel1
Employee
1,086 Views

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.

0 Kudos
TimP
Honored Contributor III
1,086 Views

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.

0 Kudos
Steven_L_Intel1
Employee
1,086 Views

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.)

0 Kudos
Reply