Large array using RH9 / ifort 8.0678 (4/12/2004 9:01:45 PM) comp.lang.fortran I am trying to run a Fortran program on a Dell / RedHat 9 / ifort 8.0 system with 2GB memory My Fortran program has a double precision array dimensioned 4 x 30,000,000. Hence, this array occupies slightly le... Andrew
Precision of real numbers533 (10/21/2009 11:21:26 PM) comp.lang.fortran I meet a strange problem regarding precision of real numbers. The following is my test program. PROGRAM test IMPLICIT NONE INTEGER, PARAMETER:: DBL=SELECTED_REAL_KIND(15,307) REAL(DBL):: time1,time0,timen,time... wenbinyu.heaven(44)
Arguments with a target attribute5357 (5/21/2011 3:01:59 AM) comp.lang.fortran The following appears in Fortran 95/2003 Explained: ----- In most circumstances, an implementation is permitted to make a copy of an actual argument on entry to a procedure and copy it back on return. ... How... vgfigue(6)
compiling old code: errors opening binary file477 (6/12/2011 11:21:01 AM) comp.lang.fortran Hello list, I am very unfamiliar with fortran (and not a real programmer) but would like to compile a very useful fortran utility from 1998 to do some processing of audio files. I am running into run time erro... acousmetre(2)
if someone can check my program and correct them for me6106 (2/20/2012 11:35:17 PM) comp.lang.fortran I am new in Fortran, I develop my first Fortran program, but I know there must be some bad coding styles, if someone can check my program and correct them for me? Thank you. Program test Real*8 :: array1(2,2),... gearss8888(31)
please try this program5558 (2/25/2012 6:38:05 AM) comp.lang.fortran I am interested in knowing what the following program prints using various compilers. Please try it and let me know which compiler you are using and what the result is. Oracle Solaris Studio Fortran produces ... robert.corbett(96)
Google Groups Spam2781 (3/11/2012 1:08:28 PM) comp.lang.fortran Users of Google Groups to view comp.lang.fortran will be aware that GG has done no spam filtering on that group since October 17, 2009. However, the "new" GG appears to restore spam filtering, and is current ac... feenberg(78)
F200x programs?5270 (3/16/2012 3:49:50 PM) comp.lang.fortran Does anyone know of any decently sized sample programs that exercise the new features in F200x? -- JA ... john.spamtrap(12)
help with pgi compiler479 (7/3/2012 1:44:20 AM) comp.lang.fortran I updated Fedora in my machine. It put gfortran compiler and now I do not know where is the pgi compiler. It does not recognize the call pgi77 for compiling.
Thanks in advance.
... medina.rc(51)
sphere.f program error F772140 (8/4/2012 7:13:01 PM) comp.lang.fortran Hello forum I tried to run this code with gfortran and I obtained the following error:
/tmp/cc28Ae5F.o: In function 'bhmie_':
sphere.f:(.text+0x1b49): undefined reference to `pio_'
collect2: ld returned ... medina.rc(51)
Bessel function computation with SLATEC ( AMOS routines)20115 (9/16/2012 4:39:43 PM) comp.lang.fortran Hi,
I am trying to compute the Bessel function(s) using the SLATEC Amos library available on Netlib. Here is the code I use. The arguments for routine CBESY by Amos are explained in comments header.
c******... gcdiwan(55)