Is this legal Fortran 77?2245 (10/28/2003 10:45:54 PM) comp.lang.fortran I've got a Fotran 77 program that I'm trying to debug, but there are things in there that don't look like any F77 I remember. I can't even get past the third statement without scratching my head: C I know... mdklatt(35)
Les Hatton on Fortran, C, and C++1133 (11/4/2003 1:55:09 PM) comp.lang.fortran In his paper "THE T-EXPERIMENTS: ERRORS IN SCIENTIFIC SOFTWARE" Les Hatton humorously describes the common kinds of errors made in Fortran 77, C, and C++: "In Fortran, the scientist will be familiar with depen... beliavsky(2207)
Select Case Statement585 (11/5/2003 2:10:48 PM) comp.lang.fortran I am currently importing my code that was written in Compaq Fortran V.6.6 on Windows to OpenVMS VAX. While compiling the code, I received an error on the VAX - [UNRECSTM, Unrecognized Statement - Select Case]... tinaharwani(1)
F77 to F90 Converter needed.17221 (11/6/2003 9:53:56 AM) comp.lang.fortran Hi, I have my old f77 codes written years ago. But now I need to convert them to F90. I tried convert.f90 code (which is everywhere on the internet)for this purpose but it seems that it is not working proper... member47288(1)
National Labs, Fortran, and free compilers6044 (11/22/2003 5:27:21 PM) comp.lang.fortran The the gfortran mailing list, I was introduced to the following report about HPC systems at five U.S. National Laboratories: http://www.llnl.gov/asci/pathforward_trilab/OSSODA_PF_RFI_V9e.pdf After lamenting ... scott8(19)
counting number of records in a Fortran direct file7141 (12/11/2003 8:24:24 PM) comp.lang.fortran Hi, I have large "direct" files for which I'd like to know the number of records in them without having to read through them. Reading through them would take 100s or more, but I cannot afford the time cost. I... pan133(3)
Two questions about character strings ...2129 (1/6/2004 8:44:07 AM) comp.lang.fortran Hello, I have begun writing a small set of programs to highlight certain aspects of Fortran 90/95 (it should provide me and others with more insight in the various capabilities of Fortran compilers) One of ... arjen.markus(2628)
old fortran construct1361 (1/11/2004 1:35:43 AM) comp.lang.fortran Hi, I have some code that compiled with ifc (v7.0). The code snippet is DO 10 I=1,M C......SEARCH FOR PIVOT ELEMENT AMAX=0.0 DO 5 J=1,M --> IF(IPVT(J)-1)2,5,2 2 DO 5 K=1,M IF(IPV... rajarshi(62)
Bugs at my web site8352 (1/14/2004 4:35:46 AM) comp.lang.fortran Today I received a message about a file at my web site (see signature below) which contained bugs. That file had been at the site for nearly 3 years. It had probably been downloaded nearly every day, yet I ha... amiller(23)
f77 and dynamic arrays in common blocks11475 (1/14/2004 11:15:06 PM) comp.lang.fortran Is it at all possible to have dynamic 1d/2d arrays in fortran 77 common blocks? I have figured out how to make dynamic 1d/2d arrays mixing c and fortran but I cannot seem to get these to work in a common block... jamiedotwheeleratoxacuk(7)