CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Compiling kiva3 with fortran 77 on unix

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2005, 08:15
Default Compiling kiva3 with fortran 77 on unix
  #1
T.Sencic
Guest
 
Posts: n/a
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.
  Reply With Quote

Old   May 6, 2005, 12:48
Default Re: Compiling kiva3 with fortran 77 on unix
  #2
steve
Guest
 
Posts: n/a
I'm guessing that 1.0e-90 is too large of an exponent. why don't you try 1.0e-30.

  Reply With Quote

Old   May 18, 2005, 05:15
Default Re: Compiling kiva3 with fortran 77 on unix
  #3
harish
Guest
 
Posts: n/a
Try using 1.0de-90. Also might try compiling with

f77 -ff90 option

-H
  Reply With Quote

Old   November 5, 2010, 07:43
Default How to decide NBO in iprep file
  #4
New Member
 
shahid
Join Date: Oct 2010
Posts: 10
Rep Power: 15
shahidimran is on a distinguished road
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
shahidimran is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
Error occurs when compiling Fortran in CFX-4.4 zhaoyangly259 CFX 1 June 9, 2010 06:28
Error while compiling Fortran routine Manoj Kumar CFX 3 January 25, 2006 04:08
about USER FORTRAN compiling issue CXL CFX 1 October 9, 2003 21:00
Error when compiling user fortran Mads Bang CFX 1 October 8, 2002 11:47


All times are GMT -4. The time now is 13:53.