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

Continuation line limit for Linux vs Vista

pchidamb
Beginner
438 Views

Hi,

I am able to compile the following snippet in Vista (IVF 11.072). But I receive compilation error in Linux
Intel Fortran Compiler (ver 9.0). Ialso converted the whole expression into tiny pieces. Still I have compilation errors. The error msg. is as follows:

fortcom: Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.

...
Code snippet:

#if 1
der2=(2*b*E**(b*E**(y**2/delta**2))*(-(delta**2*E**(y**2/delta
1 **2)*(E**(b*delta*E**y**2) - E**(b*E**(y**2/delta**2)))) - 2
2 *b*delta**6*E**(b*delta*E**y**2 + 2*y**2)*y**2 + 4*b*delta**3
3 *E**(b*delta*E**y**2 + (1 + delta**(-2))*y**2)*y**2 - 2*E**(y
4 **2/delta**2)*(E**(b*delta*E**y**2) - E**(b*E**(y**2/delta
5 **2)) + b*E**(b*delta*E**y**2 + y**2/delta**2))*y**2 + delta
6 **5*E**y**2*(E**(b*delta*E**y**2) - E**(b*E**(y**2/delta
7 **2)))*(1 + 2*y**2)))/(delta**4*(E**(b*delta*E**y**2) - E**(b
8 *E**(y**2/delta**2)))**2)
#endif

Please help!

Regards
Praba

0 Kudos
2 Replies
Steven_L_Intel1
Employee
438 Views
I don't think it's a "continuation line limit". You're comparing two different compiler versions, separated by 2-3 years. Please try a current compiler on Linux.
0 Kudos
pchidamb
Beginner
438 Views
Yes! I tried with ifort (10.0) version and i could compile successfully!
Thanks!
-Praba
0 Kudos
Reply