Hi. I work for Ford and we have a ia64 box on loan from Dell that we
are using to run some Fortran / C code (for very rough benchmarking).
We have the latest SGIpro compilers as listed on the web site and we
have having a problem where the Fortran compiler randomly seg faults and
dumps core during compilation. I included some examples below. The
faults don't happen consistently, in fact many times I can just rerun
'make' and it will build the file.
Is there a new version of the compilers I could try? Can I help by
providing core files?
Machine Specifics:
OS: Red Hat Linux release 6.97 (Pinstripe)
Kernel 2.4.0-0.34smp on an ia64
uname -a: Linux pms248 2.4.0-0.34smp #1 SMP Wed Nov 1 15:25:40 EST
2000 ia64 unknown
sgicc -version: SGIcc Compilers: Version 0.01.0-12
Examples:
sgif90 -I/mnt/share/home/tchapm10/mpich/build/LINUX/ch_p4/include -O1 -c
eclosure.f
Signal: Segmentation fault in Hyberlock Scheduler phase.
Error: Signal Segmentation fault in phase Hyberlock Scheduler --
processing aborted
sgif90 ERROR: /usr/lib/gcc-lib/ia64-sgi-linux/sgicc-1.0/be died due to
signal 4
sgif90 ERROR: core dumped
make: *** [eclosure.o] Error 32
sgif90 -I/mnt/share/home/tchapm10/mpich/build/LINUX/ch_p4/include -O2 -c
cellpct.f
Signal: Segmentation fault in Global Optimization -- MainOpt emitter
phase.
Error: Signal Segmentation fault in phase Global Optimization -- MainOpt
emitter -- processing aborted
sgif90 ERROR: /usr/lib/gcc-lib/ia64-sgi-linux/sgicc-1.0/be died due to
signal 4
sgif90 ERROR: core dumped
|