Operating System - HP-UX
1753716 Members
4671 Online
108799 Solutions
New Discussion юеВ

Internal Compiler Error - f90

 
JUP
Regular Advisor

Internal Compiler Error - f90

Hi

I'm compiling some fortran code on the Itanium 2 using f90. It compiles and runs successfully on the PA_RISC.

However on the itanium I get the following error:




MK-INFO: Compiling ctluatf.f
/var/tmp/fcpAAAa23198.F
external subroutine CTLUATF
*Compiler Internal Error* : Please report to HP
(0) 0x0000000000a7c260 abandoncomp + 0x1b0 [/opt/fortran90/lbin/f90com32]
(1) 0x0000000000a7c7a0 internalerror + 0x90 [/opt/fortran90/lbin/f90com32]
(2) 0x0000000000aa44a0 readline + 0xe0 [/opt/fortran90/lbin/f90com32]
(3) 0x0000000000aa47d0 hplistaction + 0x30 [/opt/fortran90/lbin/f90com32]
(4) 0x0000000000805350 fort90 + 0x15c10 [/opt/fortran90/lbin/f90com32]
(5) 0x00000000007ed840 main + 0x40 [/opt/fortran90/lbin/f90com32]
(6) 0x60000000c004b470 main_opd_entry + 0x50 [/usr/lib/hpux32/dld.so]
26 26
f90: error 213: Errors detected.
MK-FATAL: ctluatf.f compile FAILED!
*** Error exit code 1


Does anyone have any suggestions on what may be causing this problem.

Thanks in advance
JUP
11 REPLIES 11
Steve Steel
Honored Contributor

Re: Internal Compiler Error - f90

Hi


What compiler version and patch level do you have


steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Zygmunt Krawczyk
Honored Contributor

Re: Internal Compiler Error - f90

Try to compile with latest Fortran compiler.
If you use HP-UX 11i v1.6 (11.22), install patch

PHSS_31323 11.22 Fortran Product Patch, v2.6 to v2.8.5

If you use HP-UX 11i v2 (11.23), install patch

PHSS_31324 11.23 Fortran Product Patch, v2.8 to v2.8.5

Regards,
Zygmunt
Steve Steel
Honored Contributor

Re: Internal Compiler Error - f90

Hi

Is now

Patch Name: PHSS_32103

Patch Description: s700_800 11.22 Fortran Product Patch, v2.6 to v2.8.6

Creation Date: 04/10/25

Post Date: 04/11/04

Hardware Platforms - OS Releases:
s700: 11.22
s800: 11.22

Products:
FORTRAN90 B.11.22.06



try That


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Zygmunt Krawczyk
Honored Contributor

Re: Internal Compiler Error - f90

You may want to wait for new HP Fortran to be released in December 2004

HP Fortran 2.9
B.11.23.21

Regards,
Zygmunt
JUP
Regular Advisor

Re: Internal Compiler Error - f90

Sorry - should have included this information before. I'm using:

HP-UX: HP-UX hpi B.11.23 U ia64
F90: HP F90 v2.8.4

I have chosen to install patch PHSS_31334 becuase I am running 11.23 (Itanium 2).

I first installed PHSS_30849 (which is required prior to installing PHSS_31324) and it installed OK.

Then I tried installing patch PHSS_31334 and get the following error:


The target "hpi:/" failed Analysis, so the task cannot be executed. For more information on this failure, press the "Logfile..." button.

Then I click on the Logfile button and get this:

======= 11/24/04 10:15:33 EDT BEGIN install AGENT SESSION (pid=28422)

* Agent session started for user "root@hpi". (pid=28422)

* Beginning Analysis Phase.
* Source: awagshpi:/data2/patch_org/PHSS_31324.depot
* Target: hpi:/
* Target logfile: hpi:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.

NOTE: The patch fileset "PHSS_31324.F90-JPN-E-MAN,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"FORTRAN90.F90-JPN-E-MAN,fr=B.11.23.03,v=HP". Since there is
no fileset on the target or selected from the source which
matches this specification, fileset
"PHSS_31324.F90-JPN-E-MAN,r=1.0" will be excluded.

(this message is repeated another 4 times but slightly different fileset names)

Then this:


* Summary of Analysis Phase:
* 5 of 5 filesets will be Skipped.
* The Analysis Phase succeeded.



I know it did not succeed because when I type in : f90 +version I still get 2.8.4.


Any ideas / suggestions would be greatly appreciated.

Thanks in advance
JUP

Should I use
Ermin Borovac
Honored Contributor

Re: Internal Compiler Error - f90

That patch is applicable for fortran fileset version 11.23.03, whereas you have 11.23.08.

# /usr/sbin/swlist -l fileset | grep -i fortran

There doesn't seem to be a patch to bring 2.8.4 to 2.8.5.

Not sure if it's worthwhile to install other fortran patches (unless you already have them).

PHSS_30713
PHSS_30714
PHSS_30715
JUP
Regular Advisor

Re: Internal Compiler Error - f90

Thanks Ermin for your reply.

I tried installing all 3 patches and all 3 returned messages indicating that they were already installed. As its a new system (purchased a month ago) I'm not surpirsed its got some ofthe latest patches.

If anyone else has any other suggestions I would appreciate it.

Thanks in advance
JUP
Zygmunt Krawczyk
Honored Contributor

Re: Internal Compiler Error - f90

Can you give me the output from command

/usr/sbin/swlist

Regards,
Zygmunt
JUP
Regular Advisor

Re: Internal Compiler Error - f90

Hi Zygmunt

the swlist output is attached.

Thanks
JUP