CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Compiling kiva3 with fortran 77 on unix (https://www.cfd-online.com/Forums/main/9120-compiling-kiva3-fortran-77-unix.html)

T.Sencic May 6, 2005 08:15

Compiling kiva3 with fortran 77 on unix
 
When I try to compile kiva3 on an Silicon Graphics Octane with

fort77 kiva3.f

I obtain the following message:

...

"kiva3.f", line 29194: warning(2038): floating constant is out of range

if(dabs(work(i4)).lt.1.0e-90) work(i4)=0.0

^

"kiva3.f", line 29194: warning(2061): floating-point value does not fit in

required floating-point type

if(dabs(work(i4)).lt.1.0e-90) work(i4)=0.0

^

### Assertion failure at line 629 of ../../common/com/stab.c: ### Compiler Error during Scope Setup phase: ### overflowed maximum number of types fort77 INTERNAL ERROR: /usr/lib32/cmplrs/mfef77 returned non-zero status 1

What should I do to make it run? Should I try a later fortran version, should I use a fort77 option, change something in the code? Any sdvice is welcome.

steve May 6, 2005 12:48

Re: Compiling kiva3 with fortran 77 on unix
 
I'm guessing that 1.0e-90 is too large of an exponent. why don't you try 1.0e-30.


harish May 18, 2005 05:15

Re: Compiling kiva3 with fortran 77 on unix
 
Try using 1.0de-90. Also might try compiling with

f77 -ff90 option

-H

shahidimran November 5, 2010 07:43

How to decide NBO in iprep file
 
can any one guide me how to decide NBO value in iprep file of kiva3... if decided how to select i,j ,,x,y for all these [points

thanks
shahid


All times are GMT -4. The time now is 18:34.