- High Performance Computing Projects (Site) - Distributed computing in background, courses, links; at Liverpool University.
- Polyhedron Software (Site) - Fortran compilers, tools and libraries, Mathematica, Tecplot, and consultancy services.
- The Fortran Company (Site) - Site contains products, services, and general information related to the Fortran programming language. Offers products, services, training and freeware.
- Fortran Resources (Site) - List of resources by Clive Page.
- High Performance Computing: UCLA Plasma Simulation Group (Site) - Links to papers on Object-Oriented Programming in Fortran 90, Optimization techniques for RISC processors, Parallel Particle-in-Cell Codes, Parallel Computing Tutorial, and Modernization of Fortran Legacy Codes.
- Introduction to Pfortran (Site) - Programming method to ease the job of writing parallel programs for massively parallel computers by providing constructs to coordinate non-local memory accesses. Central is an operator specifying location of off-processor variables and an operator for aggregate operations.
- Michael Olagnon's Fortran 90 List (Site) - Links to compilers, libraries, tools, documentation, benchmarks, meetings, and related languages.
- Fortran Resources and Compilers (Site) - A list of Fortran links compiled by H. D. Knoble.
- Linux Fortran Information Page (Site) - Information about running Fortran codes under Linux, by Jeff Templon. Describes and compares the available compilers.
- Is the Quality of Numerical Subroutine Code Improving? (Site) - Paper by Tim Hopkins, which can be downloaded in PostScript format.
- Fortran Saga (Site) - Essay by Brian Meek describing how the Fortran 90 standard was created.
- COMP-FORTRAN-90 (Site) - Fortran 90/95/2003 discussion group, with archived messages. Members of the Fortran standards committee and other experts participate.
- Co-Array Fortran (Site) - Small extension to Fortran 95 providing an explicit notation for data decomposition, such as that often used in message-passing models.
- Implementation of Object-Oriented Design With Fortran (Site) - By J. Qiang, R. Ryne, and S. Habib R. Ryne.
- Task Parallelism and Fortran (Site) - Describes the High Performance Fortran / Message Passage Interface and Fortran-M projects.
- Object-Oriented Fortran 90 (Site) - Summarizes much of the current work in OO programming using Fortran 90 on scalar workstations and distributed-memory supercomputers.
- Fortran Forum (Site) - Addresses the Fortran language, its uses, profitability, standardization, further evolution, and the implementation of Fortran compilers. Published three times a year by the Association for Computing Machinery.
- Fortran 90/95 Texts and Links (Site) - Tutorials, news, and links.
- Petition to Retire Fortran (Site) - Online petition to retire Fortran, with ten reasons given. Has FAQ and rebuttal by Van Snyder.
- The FORTRAN Builders (Site) - Sketches of the early FORTRAN programmers.
- Migrating Fortran (Site) - Articles discusses issues arising in porting Fortran programs from Unix to Windows.
- Fortran Library (Site) - Site to find full information related to the fortran programming language. Tutorials, compilers, and free software.
- Objexx - Fortran to C++ Conversion (Site) - Service to convert Fortran 77 to fully ANSI/ISO compliant C++ to preserve the value of the code and existing documentation.
- Fortran Friends (Site) - Self-help group of RISCOS users who use Fortran, mainly for scientific applications.
- Cloudy's Journey from FORTRAN to C, Why and How (Site) - Article describing why the Cloudy astronomy program was converted from Fortran to C.
- Fortran F90/95 & Linux OS (Site) - Discusses using Fortran on Linux and provides links to Fortran code repositories and compiler vendors.
- Fortran - My Tech Blog (Site) - A ebooks link collection on various aspects of Fortran including mixed language and parallel programming.
- Met Office: Fortran 90 Standards (Site) - Guidelines for writing portable and maintainable code.
- British Computer Society (BCS) Fortran Specialist Group (Site) - Site describes goals and activities of group and has presentations from meetings.
- Fortran-dev Info (Site) - Discussion of Fortran on Mac OS X.
- Handling Arithmetic Errors in Fortran 2000 (Site) - Article by Jeanne Adams discussing various aspects of the exception-handling technical report.
- Fortran, at Home on Linux (Site) - Article by Cameron Laird on porting old mainframe Fortran programs to Linux. [IBM Server Clinic]
- High Performance Computing Projects (Site) - Distributed computing in background, courses, links; at Liverpool University.
- Polyhedron Software (Site) - Fortran compilers, tools and libraries, Mathematica, Tecplot, and consultancy services.
- The Fortran Company (Site) - Site contains products, services, and general information related to the Fortran programming language. Offers products, services, training and freeware.
- Fortran Resources (Site) - List of resources by Clive Page.
- High Performance Computing: UCLA Plasma Simulation Group (Site) - Links to papers on Object-Oriented Programming in Fortran 90, Optimization techniques for RISC processors, Parallel Particle-in-Cell Codes, Parallel Computing Tutorial, and Modernization of Fortran Legacy Codes.
- Introduction to Pfortran (Site) - Programming method to ease the job of writing parallel programs for massively parallel computers by providing constructs to coordinate non-local memory accesses. Central is an operator specifying location of off-processor variables and an operator for aggregate operations.
- Michael Olagnon's Fortran 90 List (Site) - Links to compilers, libraries, tools, documentation, benchmarks, meetings, and related languages.
- Fortran Resources and Compilers (Site) - A list of Fortran links compiled by H. D. Knoble.
- Linux Fortran Information Page (Site) - Information about running Fortran codes under Linux, by Jeff Templon. Describes and compares the available compilers.
- Is the Quality of Numerical Subroutine Code Improving? (Site) - Paper by Tim Hopkins, which can be downloaded in PostScript format.
- Fortran Saga (Site) - Essay by Brian Meek describing how the Fortran 90 standard was created.
- COMP-FORTRAN-90 (Site) - Fortran 90/95/2003 discussion group, with archived messages. Members of the Fortran standards committee and other experts participate.
- Co-Array Fortran (Site) - Small extension to Fortran 95 providing an explicit notation for data decomposition, such as that often used in message-passing models.
- Implementation of Object-Oriented Design With Fortran (Site) - By J. Qiang, R. Ryne, and S. Habib R. Ryne.
- Task Parallelism and Fortran (Site) - Describes the High Performance Fortran / Message Passage Interface and Fortran-M projects.
- Object-Oriented Fortran 90 (Site) - Summarizes much of the current work in OO programming using Fortran 90 on scalar workstations and distributed-memory supercomputers.
- Fortran Forum (Site) - Addresses the Fortran language, its uses, profitability, standardization, further evolution, and the implementation of Fortran compilers. Published three times a year by the Association for Computing Machinery.
- Fortran 90/95 Texts and Links (Site) - Tutorials, news, and links.
- Petition to Retire Fortran (Site) - Online petition to retire Fortran, with ten reasons given. Has FAQ and rebuttal by Van Snyder.
- The FORTRAN Builders (Site) - Sketches of the early FORTRAN programmers.
- Migrating Fortran (Site) - Articles discusses issues arising in porting Fortran programs from Unix to Windows.
- Fortran Library (Site) - Site to find full information related to the fortran programming language. Tutorials, compilers, and free software.
- Objexx - Fortran to C++ Conversion (Site) - Service to convert Fortran 77 to fully ANSI/ISO compliant C++ to preserve the value of the code and existing documentation.
- Fortran Friends (Site) - Self-help group of RISCOS users who use Fortran, mainly for scientific applications.
- Cloudy's Journey from FORTRAN to C, Why and How (Site) - Article describing why the Cloudy astronomy program was converted from Fortran to C.
- Fortran F90/95 & Linux OS (Site) - Discusses using Fortran on Linux and provides links to Fortran code repositories and compiler vendors.
- Fortran - My Tech Blog (Site) - A ebooks link collection on various aspects of Fortran including mixed language and parallel programming.
- Met Office: Fortran 90 Standards (Site) - Guidelines for writing portable and maintainable code.
- British Computer Society (BCS) Fortran Specialist Group (Site) - Site describes goals and activities of group and has presentations from meetings.
- Fortran-dev Info (Site) - Discussion of Fortran on Mac OS X.
- Handling Arithmetic Errors in Fortran 2000 (Site) - Article by Jeanne Adams discussing various aspects of the exception-handling technical report.
- Fortran, at Home on Linux (Site) - Article by Cameron Laird on porting old mainframe Fortran programs to Linux. [IBM Server Clinic]
- Garrys Mod Nuking (Video) -
- Blip Fortran Hale Nochi Guu AMV (Video) -
- Peter NeroLet The Sunshine In (Video) -
- Dam Break (Video) -
- Derived Type Pointer Allocation Issue (Post) - Summary: end type grid ... allocate memory properly. ... Fortran Compiler. ... up, plenty of heap and stack space made available, 200000000 in all. ...
- Omega Gold Dial Diamond Bezel Steel Replica collection (Video) -
- fortran sardines metro recs 1997 (Video) -
- fortran place to be metro recs 1998 (Video) -
- NASAs computer generated simulation space travel (Video) -
- Fortran (Video) -
- SPHMathCAD 2d simulation (Video) -
- earthworms and airports (Video) -
- Panerai White Stick Marker Black Leather Replica collection (Video) -
- Drum Printer in Action (Video) -
- Satin Traffic (Video) -
- Computer Simulations of Diatom Morphogenesis (Video) -
- FORTRAN ALGOL COBOL Computers programing languages (Video) -
- Flood Risk ModellerHydrologist GISCbFortranb Catastrophe Risk (Post) - ... arisen with a client of mine within the Catastrophe risk insurance market for a number of specialists ... a world leader in the innovation of state-of-the-ART catastrophe risk management software, decision science, and consultancy ...
- fortran 5 look to the future (Video) -
- CMPLX and constant folding (Post) - comp.lang.fortran: CMPLX and constant folding.
- MPI code error raises a question (Post) - comp.lang.fortran: MPI code error raises a question.
- Build project in CVF6.6c by using hotkey (Post) - comp.lang.fortran: Build project in CVF6.6c by using hotkey.
- Intel bFortranb Compiler 9 download (Post) - I want to install hdf libraries in intel fortran compiler. When contacted the hdf group support, I recieved a response from them which essentially said that the libraries can be installed only on Intel Fortran Compiler version 9 and ...
- circular module dependency (Post) - comp.lang.fortran: circular module dependency.
- A simple bFortranb control file example (Post) - In Fortran one has the option of hard-coding those values in the source code itself, changing them and recompiling the program as needed, or using a control file approach where the parameters are read from a plain text file. ...
- Introspector Introduction Video (Video) -
- bFortranb debugger, missed breakpoints. (Post) - I am trying to test out Fortran Visual Studio 2008 (9.0) using the x64 bit platform. I have written an extremely simple program, and I have discovered that, when debugging, all of my set breakpoints are skipped. ...
- Problem on QDAWO in bfortranb (Post) - Hi everyone:);) I have a question about IMSL library ,use of QDAWO function in Fortran90 As you know in this function we can use X as variable , but I want to solve this problem; U(t)=integral(0,t){f(x)*sin[ω(tx) ]}dx ...
- bfortranb g77 help, 3 questions (Post) - 1. Is there a way to get the index of array, how many cells are nonzeros and have actual data. I can probably do it the hard way. 2. How do you pass an array to a function, the entire array I mean, do I do like function (array(i)) or ...
- Not Acidic (Post) - Rather, I first had to fight the administration of the U to take FORTRAN, a nerd language, rather than COBOL, a legume enumerator’s language. In those days students of the arts and sciences who had a yen to learn to communicate with ...
- Where is the compile button in IVF 10.0.25 (Post) - I bought Visual Fortran Compiler 10.0.25. When I install it, automaticaly it installs visual studio 2005. The problem is when i make a project. I write the code in a f90 file (this file is inserted in a fortran project) and when i want ...
- compiler problem (Post) - comp.lang.fortran: compiler problem.
- libcoremdd.dll not found IVF error message (Post) - I am using the Intel Visual Fortran Compiler. It was working fine until now, when it gave me the error saying "libcoremdd.dll not found. reinstalling the application might help". I reinstalled the visual fortran compiler and that didnt ...
- hillarys files (Post) - comp.lang.fortran: hillarys files.
- hurricane Katrina computer simulation (Video) -
- Introduccin a la programacin paralela en MPI bFortranb (Post) - These two weeks I’m rather busy with an intensive course I will be teaching at the ULL on “Introducción a la programación paralela en MPI (Fortran)” or “Introduction to Parallel Programming with MPI (Fortran)”. ...
- I think the standard will be on my side BOZ (Post) - comp.lang.fortran: I think the standard will be on my side (BOZ)
- open source bfortranb compiler for installing hdf libary (Post) - sci.image.processing: open source fortran compiler for installing hdf libary.
- what is the counterpart of quotdblequot to convert to real16 (Post) - need to know this quickly, thanks!
- Calling a bFortranb routine from SAS (Post) - I want to call a fortran routine from SAS. SAS has extensive interface commands that allow specification of the .dll name, call-by-value vs call-by-reference, number and type of arguments, etc. To check that I was doing things correctly ...
- Protect yourself against Operation Sudden Fall (Post) - comp.lang.fortran: Protect yourself against Operation Sudden Fall.
- bFortranb 90 to C Conversion (Post) - I am new to C Language and need to convert the following line of code from fortran90 to C. Any help will be highly appreciated. INQUIRE(File=filename, OPENED = op,EXIST = ex, ACCESS=ac, NUMBER= unit_no) where EXIST=lex ! true or false ...
- Perverse G77 syntax extension (Post) - comp.lang.fortran: Perverse G77 syntax extension.
- debugger freezing Visual Studio (Post) - For a couple of years I am experiencing the same problem with the debugger in Developer Studio (Digital/Compaq Visual Studio) and Visual Studio 2003 and 2005 (Intel Visual Fortran v8, v9):. When stepping through a Fortran app in the ...
- IVF, VS2008, and Windows SDK compatibility question (Post) - Does the intel fortran compiler work together with the visual studio 2008 shell (as an IDE) and the Windows SDK for Windows Server 2008 and .NET Framework (to provide c++ compiler and linker)?
- Pointer arguments for TRANSFER function (Post) - The authors of some source code I have found over the internet (regarding the treatment of generic linked lists under www.fortran.com) claim that TRANSFER function does not accept pointer arguments. However, simple tests that I have ...
- Training for Intel Visual bFortranb (Post) - One of our prospects is looking for training on Intel Visual Fortran. Do you have something to propose on this subject?
- Standard input (Post) - comp.lang.fortran: Standard input.
- Can quotFinal subroutinesquot in F2003 delete pointer components in a class (Post) - comp.lang.fortran: Can "Final subroutines" in F2003 delete pointer components in a class?
- Reading complex data with DECIMALCOMMA (Post) - comp.lang.fortran: Reading complex data with DECIMAL=COMMA.
- Floating point exception handling (Post) - I have a C# user interface that calls a dll written in Intel Fortran 9.1. With certain input values the Fortran calculations are generating floating point NaNs. In the Debug build I want an exception to be generated instead of NaNs so I ...
- Understand for bFortranb v1 4 253 Linux Incl KeygenUCF (Post) - Understand for FORTRAN helps you reverse engineer, understand and maintain large amounts of legacy FORTRAN source code. The tool includes a syntax colorizing "smart" editor that can tell you about what you are editing. It ...
- f77 nostalgia (Post) - comp.lang.fortran: f77 nostalgia.
- Bruteforce solver for Eternity II in bFortranb (Post) - is the Eternity II puzzle. At Yahoo there is quite active group (of which I am a member) to discuss all things Eternity II. Recently I have made available in that group (with nickname Txibilis) a solver written in Fortran. ...
- Object-Oriented Programming in Fortran 2000 () - Opinion essay on how object-orientation and genericity should be added to Fortran. By Werner W. Schulz.
- reminder of Public Comments for bFortranb 2008 (Post) - Summary: Let me remind everyone that a Public Comment period ... for the draft of the Fortran 2008 standard will be ... You may want to start reading the draft now, ...
- Index of array from mask (Post) - comp.lang.fortran: Index of array from mask.
- Linked by Thom Holwerda on Wed 16th Nov 2005 2151 UTC, submitted by anonymous (News) - " Sun Studio 11 software is the latest release of optimizing compilers and tools for the C, C++ and Fortran developer.
- Linked by Thom Holwerda on Wed 18th Jan 2006 1859 UTC (News) - Intel has released betas of its software development tools for Mac OS X running on the Intel architecture. The tools consist of a Fortran and C++ compilers, a math kernel library and a performance primitives library.
- Fortran (Site) - A list of Fortran links compiled by H. D. Knoble. ... SHAPE95, a comprehensive set of Fortran 95 compiler conformance tests by ... Some Fortran Benchmark Sites ...
- Government Computer News (News) - SAN FRANCISCO — Developers of the open-source Eclipse platform have been expanding its ability to run applications across different systems.
- Fortran Wikibooks, collection of opencontent textbooks (Site) - All bookshelves > Computer science > Programming languages > Fortran. Wikipedia has related information at Fortran. ... Differences between Fortran Versions ...
- The Fortran Company (Site) - Offers products, services, and training related to Fortran.
- Linked by Eugenia LoliQueru on Thu 31st Aug 2006 0106 UTC, submitted by IdaAshley (News) - This article addresses the most commonly encountered scenarios and errors while porting Fortran or any UNIX or Linux-based applications on different systems.
- Recent Original Stories (News) - Just to be clear. I am not the one that found the bug. I had nothing to do with it getting fixed. This article is the first time I had heard about it. I am in no way connected to this article or any of the events that took place.
- Fortran Wikipedia, the free encyclopedia (Site) - An encyclopedia description of Fortran history with many links to programming terms. ... Open Watcom, Pathscale, PGI, Silverfrost, Sun, XL Fortran, others ...
- Update (News) - "The first KDE 4 release will come along with several major changes compared to KDE 3.x. While explanations for these changes have been posted at several places before there is a central list missing which explains the reasons to normal users.
- Absoft Corporation (Site) - Fortran 77, Fortran 90, C, and C++ development systems
- Recent Original Stories (News) - "I followed the debate about a successor for the C/C++ combination as the primary language for developing the GNOME core desktop platform very closely last month. There has been discussion about a number of options.
- Lahey Computer Systems (Site) - Fortran 77 and 90 Language Systems for DOS and Windows.
- FORTRAN LANGUAGE COMPILER ANSI66 STANDARD CDROM (Auction) - Only $9.99
- fortran algol The results are not too surprising, since Fortran is still widely used by scientists and engineers. Algol, which, according to The Retrocomputing Museum , is the common ancestor of C, (Image) - fortran_vs_algol.png
- Intel Fortran Compiler v10.0 Standard For Linux NEW (Auction) - Only $9.99
- GNU Fortran Free number crunching FORALL GNU Project Free ... (Site) - Ongoing project to develop a Fortran 95 compiler front end, as well as runtime libraries, for the GNU Compiler Collection (GCC) ... Welcome to the home of GNU Fortran ...
- Computer Hist Software Hardware Cobol Basic Fortran 84 (Auction) - Only $9.0
- NEW Introducing FORTRAN 95 With Coverage of ISO Tr ... (Auction) - Only $63.95
- MULTIPRECISION MATH for BASIC and FORTRAN CDROM (Auction) - Only $9.99
- Understanding Fortran 1978 computer programming program (Auction) - Only $0.99
- Fortran 77 for Engineers and Scientists (Books) - Only
- NEW Computational Physics FORTRAN VersionPaperback (Auction) - Only $77.78
- Introduction to Programming with Fortran with coverage of Fortran 90, 95, 2003 and 77 (Books) - Only
- PROGRAMMING IBM 1620 HAND ON APPROACH Book Fortran 1965 (Auction) - Only $9.99
- FORTRAN 5 UK EP Persian Blues MUTE 12157 (Auction) - Only $4.99
- NEW FORTRAN 90 Engineers (Auction) - Only $52.17
- Tandy TRS80 Model 2000 MS Fortran 1983 (Auction) - Only $89.99
- FORTRAN 779095 Compilers libraries LinuxUNIX Windows (Auction) - Only $9.25
- Absoft MacFortran II ANSI Fortran 77 Compiler (Auction) - Only $24.99
- Fortran 9095HPF Information File (Site) - By Michael Metcalf. ... the standard for the Fortran programming language and its derivatives. Additional information on Fortran products is available on the ...
- Intel Visual Fortran Compiler v10.0 BRAND NEW NR (Auction) - Only $190.0
- FORTRAN Definition and Much More from Answers.com (Site) - FORTRAN ( ) n. A high-level programming language for problems that can be expressed algebraically, used mainly in mathematics, science, and
- Fortran 9095 for Scientists and Engineers (Books) - Only
- Fortran 952003 Explained Numerical Mathematics and Scientific Computation (Books) - Only
- Numerical Recipes in FORTRAN 77 The Art of Scientific Computing (Books) - Only
- Schaums Outline of Programming With Fortran 77 Schaums Outlines (Books) - Only
- Fortran 952003 for Scientists Engineers (Books) - Only
- Absoft Categoria Strumenti di programmazione XL Fortran Compiler for Macintosh OS X Best Macintosh OS X Scientific Computing Solution (Image) - XL-Fortran-Compiler-for-MAC.gif
- a4 FORTRAN 77 COVER.JPG 06May2003 0000 93k a4 FORTRAN 77.JPG 06May2003 0000 37k a5 FORTRAN 90 COVER.jpg 06May2003 0000 183k a5 FORTRAN 90.jpg 06May2003 0000 54k (Image) - a5 FORTRAN 90 COVER.jpg
- Introduction to FORTRAN 90 for Engineers and Scientists Prentice Hall Modular Series for Engineering (Books) - Only
- a4 FORTRAN 77.JPG 06May2003 0000 37k a5 FORTRAN 90 COVER.jpg 06May2003 0000 183k a5 FORTRAN 90.jpg 06May2003 0000 54k a6 FORTRAN 90 ENG COVER.jpg 06May2003 0000 189k (Image) - a5 FORTRAN 90.jpg
- Numerical Recipes in FORTRAN Example Book The Art of Scientific Computing (Books) - Only
- Parent Directory 05Dec2004 1636 a4 FORTRAN 77 COVER.JPG 06May2003 0000 93k a4 FORTRAN 77.JPG 06May2003 0000 37k (Image) - a4 FORTRAN 77 COVER.JPG
- Introduction To Fortran 9095 B.E.S.T. Series (Books) - Only
- a5 FORTRAN 90.jpg 06May2003 0000 54k a6 FORTRAN 90 ENG COVER.jpg 06May2003 0000 189k a6 FORTRAN 90 ENG.jpg 06May2003 0000 86k a7 FORTRAN 9095 COVER.jpg 06May2003 0000 149k (Image) - a6 FORTRAN 90 ENG.jpg
- a5 FORTRAN 90.jpg 19Feb2003 0000 54k a5 FORTRAN 90 COVER.jpg 19Feb2003 0000 183k a4 FORTRAN 77.JPG 19Feb2003 0000 37k a4 FORTRAN 77 COVER.JPG 19Feb2003 0000 93k (Image) - a4 FORTRAN 77.JPG
- fortran77.JPG (Image) - fortran77.JPG
- a6 FORTRAN 90 ENG COVER.jpg 06May2003 0000 189k a6 FORTRAN 90 ENG.jpg 06May2003 0000 86k a7 FORTRAN 9095 COVER.jpg 06May2003 0000 149k a7 FORTRAN 9095.jpg 06May2003 0000 18k (Image) - a7 FORTRAN 90_95 COVER.jpg
- a6 FORTRAN 90 ENG.jpg 06May2003 0000 86k a7 FORTRAN 9095 COVER.jpg 06May2003 0000 149k a7 FORTRAN 9095.jpg 06May2003 0000 18k (Image) - a7 FORTRAN 90_95.jpg
- 2012 Galaxy of Information Exchange (Video) -
- 220 COMPUTER PUNCH CARDSLAFAYETTE COLUSED FORTRAN PGM (Auction) - Only $0.99
Last update: 2008-05-05 14:46:12 | Copyright 2008 HubHip.com>