|
[Sponsors] | |||||
|
|
|
#1 |
|
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. |
|
|
||
|
|
|
#2 |
|
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.
|
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Try using 1.0de-90. Also might try compiling with
f77 -ff90 option -H |
|
|
||
|
|
|
#4 |
|
New Member
shahid
Join Date: Oct 2010
Posts: 10
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |