First  |  Prev |  Next  |  Last
Pages: 206 207 208 209 210 211 212 213 214 215 216 217 218 219
how to track and handle the floating point exception ?
I work with some fortran codes using intel fortran 9.0 integrated with MVS.net 2003.When I debugged,I encounted some floating point exceptions as follows: forrtl: error (65): floating invalid Image PC Routine Line Source sph3d.exe 0046835B Unknown Unk... 19 Jun 2006 05:44
Character to Real*8
Hi, This hopefully is a basic question. How do I equate a real to a character if I know that the character array contains a number. E.G. real*8 X character a(*) x= real(a(0:10)) doesn't work but what does? Thanks, Rudy ... 13 Jun 2006 13:10
automatic arrays with negative size in g95 and gfortran
For the program module auto_mod implicit none contains function int_func(n) result(ivec) integer, intent(in) :: n integer :: ivec(n) integer :: i if (n > 0) then forall (i=1:n) ivec(i) = i end if end function int_func end module auto_mod ! program xint_func use auto_mod, only... 15 Jun 2006 06:57
gfortran message
When compiling my code with gfortran and its -c switch, i always get the following kind of messages: gfortran: -rpath=<path_to_gfortran_root>/gfortran/current/lib: linker input file unused because linking not done I have the impression that this is simply an informational message and that it doesn't do much ha... 8 Jun 2006 15:19
Announcement: (partial) F90 Interface to POSIX for gnu Fortran
Hi, I'd like inform all gnu fortran 95 users about this new project hosted on Savannah: http://savannah.nongnu.org/projects/posix90/. From the description: This project intends to provide a good, clean and consistent interface to posix routines from within gnu fortran 90. At present, it covers directories ... 5 Jun 2006 14:43
Thanks!
That's a lot of help! I have never explored the 'fanciful' extras in the READ statement, especially the internal files, but now I got it working! I also used IOSTAT because I avoid GOTO statements, or any line numbers anywhere except for formatting. Thanks again for everyone's generosity! ... 4 Jun 2006 16:17
Ada vs Fortran for scientific applications
I like to discuss the technical reasons why Ada is not used as much as Fortran for scientific and number crunching type applications? To make the discussion more focused, let's assume you want to start developing a large scientific application in the domain where Fortran is commonly used. Say you want to d... 6 Jun 2006 04:10
'Fortran' is the word an acronym or a portmanteau?
I've just noticed that the listing in Wiki for Fortran has recently been changed to: "...Fortran (an acronym derived from its original official name..." My understanding is that the word s a portmanteau and NOT an acronym. From Wiki: A portmanteau (plural: portmanteaus or portmanteaux) is a term in ling... 24 May 2006 07:59
Shortage of Fortran Programmers
The latest issue of Aviation Week (15 May 2006, p.30) has an interview with Col. Gary Henry, a group director at the USAF Space and Missile Center. In discussing his problems keeping the USAF network of space surveillance satellites functioning, he is quoted as saying: "Do you know how hard it is to find Fortra... 22 May 2006 08:46
Pointers and dynamic data structures in Fortran 90/95
Hi, I am an engineer and for my job I need learn how to use pointers and dynamic data structures in Fortran 90/95. I know Fortran 77 and I have a good reference for Fortran 90/95, "Fortran 90/95 for Scientists and Engineers" by Stephen J. Chapman, 2nd ed. 2004. However, my problem is not the language itself, but... 19 May 2006 12:48
First  |  Prev |  Next  |  Last
Pages: 206 207 208 209 210 211 212 213 214 215 216 217 218 219