First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
RTL "bloat" -- Re: A digression
>I don't directly remember decimal floating point arithmetic routines, but other things imply they were there. However, I know my (shiny new?) MS F77 Fortran complier has such a library (decmath.lib), as well as binary floating point and others. AFAIK MS Fortran 3.3 DECMATH.LIB uses the 80x86 packed BCD math i... 24 Apr 2008 11:50
Linking issue
Hi Fortran experts, I hope someone can help with this. I am trying to link my application to the ngmath library. For some reason it does not work. I have therefore written a small test program which calls some subroutines in libngmath: cat test.f90 program test real, dimension(2) :: xin, yin ... 23 Apr 2008 23:42
modify data at a specific line and columns
program main integer ln real newval,oldval ln=178 open(unit=10,file='file.txt', & status='old',form='FORMATTED',access='sequential') rewind 10 do n=1,ln-1,1 if(n.eq.ln)then read(10,20)oldval endif... 24 Apr 2008 06:50
open file in subroutine
I had already produce an open file with data in the main program, but I want to use the data in the file in the subroutine. However,it seems didn't use when I call it. I don't know what's wrong,please help me! Thank you very much! subroutine get_trio ....... open(111, file="surf_111_3.dat") open(112... 24 Apr 2008 01:17
right sequence of included module files
Hi The sequence of the following modules is very important. module A end module A module B use A end module B If module B is put before module A then there will be compiled error: Error: Error in opening the Library module file. [A] I use CVF6.6c. However, if I compiled it again, there will be no er... 25 Apr 2008 00:36
Interpretation of RECL resolution; help file in CVF
I'm using CVF/DVF V6.6 in F95 mode, after some 3 years away from this. I cannot find where to set the interpretation of RECL, in the direct access mode open statement, to mean bytes and not the default 4-byte chunks, in the Visual Studio envronment. I know setting "form data something", somewhere, to be bytes an... 24 Apr 2008 09:26
Reading unknown number of lines in unknown number of files
Hello all ! files: CWxx.DAT where xx is the number which goes from 00 to xx and they look like this: 14 lines of rubbish, and unknown number of lines of data (below) 3.500000E-01 5.427289 4.700469 7.268204E-01 4.000000E-01 6.566324 5.225193 1.341131 4.500000E-... 23 Apr 2008 17:20
curious about 8 byte LOGICAL...
Quite a few compilers support different representations for LOGICAL types: 1 byte, 2 byte 4 byte...and 8 byte? What applications are there for 8 byte LOGICAL types? (Or for 2 byte types?) I understand that the default size is often 4 bytes for likely performance reasons (register loads and stores, address al... 6 May 2008 23:25
CVF help -- was: Re: It Hurts When I Do This -- diversion...
Steve Lionel wrote: On Tue, 22 Apr 2008 11:28:33 -0500, dpb <none(a)non.net> wrote: I had sorta' thought the CVF might be considered even further OT in current Intel forum than here, despite the earlier connections... No, we welcome CVF users there. You won't get "official" help, but there are ... 23 Apr 2008 10:07
Polyhedron Benchmark Update
We've just completed a major update of the Polyhedron Comparison charts at www.polyhedron.com. The comparisons cover 9 Linux compilers (Absoft, g95, gfortran, Intel, Lahey, Nag, Pathscale, PGI and Sun) and 8 Windows compilers (Absoft, FTN95 (Win32 and .NET), g95, gfortran, Intel, Lahey, Nag and PGI). There ... 22 Apr 2008 14:00
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23