basic query on number separation465 (6/26/2003 10:48:37 AM) Hi, If I have a number say 123456 and I wish to assign only the last two digits 56 to an array, is it possible in fortran77. Any help greatly appreciated. Rees ... civnrn(3)
Allocatable components of derived types574 (6/25/2003 10:58:36 AM) Hi All, Couple of questions 1) What's the name/number of the TR that describes how allocatable components of derived types are to be done in F2K ? 2) Does anybody have a list of how widely this ... I.J.Bush(134)
IFC & g77 same code, .ne. result :)749 (6/25/2003 1:13:30 PM) I'm sorry for my bad english. th code: ================================ program dadi implicit none integer i,j,a dimension a(2:12) do i=1,6 ... M
MATMUL2164 (6/25/2003 1:07:21 PM) Hello all I am trying to perform a matrix multiplication using MATMUL(a,b). The 2 arrays are a(98,98) anb b(98,471), and I get an erron message severe(170) Stack Overflow. Anyone? Thank you in advance Filip ... flouis(4)
How to computer the large double precision numbers in Fortran77?6101 (6/24/2003 1:38:49 PM) Sorry for this simple question, I am just a beginner of scientific computing. In my program, I have to computer the multiplication of two large double precision data. Ex: a=1.2313E205, b=1.3698E300 But the... hhe(4)
reading unix binary datafile with linux g773195 (6/24/2003 8:25:56 AM) Dear All, I am looking for a way to read a FORTRAN77 (sequential) binary file that was written on a unix system in linux environment. Is there a compiler option (gnu g77 compiler) to make it readable ? Do you h... ac.winter(1)
Re: How to compute the large double precision numbers in Fortran77?081 (6/25/2003 3:08:04 AM) hhe@eudil.fr (HaiwuHE) writes: > Sorry for this simple question, I am just a beginner of scientific > computing. > > In my program, I have to computer the multiplication of two large > double precision data.... robin_v4(769)
Linear Algebra #2157 (6/24/2003 9:14:15 PM) Greetings all, I know many of you are experts in doing linear algebra in fortran and I am looking for a few links/examples to get me started. Essentially, I want to quickly solve a moderately large, non-linea... GrahamWilsonCA(35)
Is there a time function in f95?367 (6/24/2003 12:33:22 PM) Hello, i want to put all results of my program in a file. That's quite easy but i'm used to put the time and date in the header of such files. With perl that's easy but i couldn't find something like localtime... Martin_Buchmann(14)
g77 Segmentation Fault0158 (6/23/2003 7:48:34 PM) All help greatly appreciated!! What does this mean and how would I go about resolving it: (gdb) Program received signal SIGSEGV, Segmentation fault. x08067649 in cdata_ () (gdb) where # 0x08067649 in cdata_ (... member31723(1)