home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!lhdsy1!lhdx17!wnw
- From: wnw@lhdx17.NoSubdomain.NoDomain (Bill Wally)
- Newsgroups: comp.unix.ultrix
- Subject: Re: DEC Fortran rtl error
- Message-ID: <6096@lhdsy1.lahabra.chevron.com>
- Date: 17 Aug 92 18:31:39 GMT
- References: <1992Aug17.181432.7946@usho93.hou281.chevron.com>
- Sender: news@lhdsy1.lahabra.chevron.com
- Lines: 20
-
- In article <1992Aug17.181432.7946@usho93.hou281.chevron.com>, hfwpa@usho43.hou281.chevron.com (F.W.Patrick) writes:
- |>
- |> We have been attempting a to link Fortran code compiled with
- |> DEC Fortran for RISC ULTRIX 3.1 with some Fortran libraries
- |> obtained from another shop. After a successful link the
- |> following msg comes out ot the Fortran run time library:
- |>
- |> forrtl: severe: internal consistency check failure
- |>
- |> which the end of it. Does anyone know what this msg means?
- |> --
- |> Fred Patrick, Information Technology,
- |> Chevron Petroleum Technology Co.,
- |> P.O. Box 42832, e-mail: hfwpa@hou281.chevron.com
- |> Houston, Texas 77242-2832 phone: (713) 596-2647
-
- Sometimes turning off compiler optimization fixes these kinds of problems. We
- have had similar ones with Oracle Fortran access, and now NEVER use optimization
- in those subroutines that access the database (this is not a performance problem,
- since the routines are mostly SQL anyway).
-