Tools Fortran Languages
Top: Computers: Programming: Languages: Fortran: Tools
See Also:
-
VAC PreProcessor (VACPP) - Preprocessor which converts dimension independent notation into Fortran 90. VACPP is a specialized implementation of the general LASY Preprocessor, described in a paper at http://hermes.elte.hu/~gtoth/Papers/lasy.ps.gz .
-
Bfort - Generates a Fortran-callable wrapper for routines written in C, using only a small, structured comment and the declaration of the routine in C. This tool has been used on two large software packages, PETSc and the MPICH implementation of MPI.
-
F77reorder - Fortran 77 filter by Wolfgang Wander which solves some compatibility problems of the f2c Fortran to C translator and other F77-extended-standard compilers.
-
Forpedo - Preprocessor by Drew McCormack for Fortran 90 code, written in Python. Handles typical preprocessing tasks, such as includes, but designed primarily to provide C++-like generics (templates).
-
Ratfor - Description of Ratfor, a Fortran preprocessor, by its author, Brian W. Kernighan.
-
Cobalt Blue, Inc. - Provide software tools including For_Study (Fortran Static Analyzer), For_Struct (Fortran Restructurer), and For_C (Fortran to C conversion software). Also offers Fortran consulting and code customization services.
-
Objexx Fortran Toolkit (ObjexxFTK) - Unit testing framework, assertion support, and array, string, and other function collections to support modern Fortran development.
-
F95totex - Special-case pretty-printer for Fortran, by Brooks Moses. Converts free-form-source Fortran files to .tex files, which can then be processed into viewable and printable files with LaTeX.
-
TITech Data Compression Library for Large Scale Data - Program with Fortran 90 and C interface for compressing scientific data.
-
Fortran Unit Test Framework (FRUIT) - Written in Fortran 95. Has assertion, fixture, setup, teardown, report, spec generation, driver generation.
-
Makedepf90 - Program by Erik Edelmann for automatic creation of makefile dependency lists for Fortran source code. Supports modules and various include directives.
-
Fortranposix - Implements some POSIX functions in Fortran 90/95.
-
Extended Fortran Types (XFT) Library - Set of modules by Jugoslav Dujic which wrap some of Win32 functionality most used for building GUIs. It is distributed as free, open source resource. Currently, XFT is available only for the Compaq/Intel Visual Fortran compiler since it partially depends
-
fUnit: Fortran Unit Testing - Unit testing framework for Fortran modules. Unit tests are written in Fortran fragments that use a small set of testing-specific keywords and functions. FUnit transforms these fragments into valid Fortran code and compiles, links, and runs them against th
-
U_F95_TS Fortran 95 Test Suite - Includes suite of Fortran 95 tests that exercise all portions of the language. It consists of more than 400,000 lines of Fortran 95 code. In addition, test generators produce and execute ten million lines of Fortran 95 program statements. In addition to t
-
Chasm: Language Interoperability Tools - Tool to improve C++ and Fortran 90 interoperability. Chasm parses Fortran 90 source code and automatically generates C++ bridging code that can be used in C++ programs to make calls to Fortran routines. It also automatically generates C structs that provi
-
F90doc - Perl program by Erik Demaine that generates pages of HTML documentation from Fortran 90 source.
-
SNG - Portable Fortran 90/95/2003 command line parser and string manipulation library, comprising subroutines for parsing GNU/POSIX-style long command-line options as in the GNU getopt_long() package.
-
Avoiding the Unnecessary Recompilation of Fortran 90 Modules - A paper by Daniel Grimwood with Perl scripts.
-
SPIRAL Project - Automatically generates platform-tuned implementations in C or Fortran of signal processing transform such as the discrete Fourier transform, and discrete cosine transform.
-
CADNA - Library for estimating the round-off error propagation on every scientific code written in Fortran or C.
-
TCBuild - A build tool for Fortran 90+ written in Python that handles module dependencies. Background, design philosophy, installation and configuration instructions.
-
MPI-CHECK - Tool developed to aid in the debugging of MPI programs that are written in free or fixed format Fortran 90 and Fortran 77. Provides automatic compile-time and run-time checking of MPI programs.
-
Free Fortran Library to Read and Write gzipped Files - By John Donners.
-
Visual Fortran Tool (VFTool) - Add-on program to enhance the interface of the Visual Fortran IDE.
-
GNU libmatheval - Library for evaluating mathematical expressions, with C and Fortran 77 interfaces.
-
KFWin - Fortan Windows Programming - Compatible with Microsoft Fortran Powerstation 4, developed by KORF software.
-
Makemake - Perl script by Michael Wester that generates a Makefile from the sources in the current directory. The source files may be in either C, Fortran 77, Fortran 90 or some combination of these languages. If the F90 compiler specified is cray or parasoft, then
-
Intel VTune Performance Analyzer - Time- and Event-Based, System-Wide Sampling estimates the actual performance of software with negligible overhead. Call graph profiling displays program flow to quickly identify critical functions and call sequences. Counter monitor allows the tracking o
-
g95-xml - Parser for fortran source code. Output is in XML format. The parser is based on the g95 parser. Additional tools in Perl are provided to browse Fortran source, and interfacing Fortran and Perl PDL.
-
Polaris - The Polaris compiler takes a Fortran 77 program as input, transforms this program so that it runs efficiently on a parallel computer, and outputs this program version in one of several possible parallel Fortran dialects.
-
Equation.com - MTASK is a parallel programming language for memory-sharing environments. LAIPE (Link And In Parallel Execute) is a high-performance package for scientific and engineering computing, programmed in MTASK.
-
Foray - Build tool designed specifically for Fortran projects. It natively handles Fortran dependencies, takes care of locating files in subdirectories, and includes advanced features like multi-threading for better performance on multi-core systems, and multiple
-
Fpx3 - Fortran preprocessor by Jörg Behrens with embedded Perl to simplify Fortran source code development with an integrated set of macros, directives and embedded Perl/Fortran.
-
F77tof90 - Sed and perl scripts by Layne T. Watson to correct obsolete and unsupported Fortran constructs for use with standard Fortran 90.
-
Fortran Integrated Tool Set (FITS) Project - Will create an integrated toolset for the development, maintenance and migration of Fortran applications for execution on a variety of HPC systems. FITS may be used to create and tune parallel Fortran 90 applications using MPI or HPF, with original featur
-
PIPS: Automatic Parallelizer - Free, open and extensible workbench for automatically analyzing and transforming scientific and signal processing applications. The PIPS workbench is especially relevant for people interested in whole program compilation, reverse-engineering, program veri
-
Yapakit - Source code editor and integrated development environment for Fortran for Windows, Linux, and Solaris.
-
Winteracter - GUI toolset for the Fortran 90/95 programming language. It consists of various visual development tools and a substantial subroutine library. Versions are available for most Fortran 9x compilers.
-
SDX Modeling and Simulation Software - Modeling and simulation environment providing the computational facilities necessary for high-performance numeric solution of technical problems. Compatible with Compaq Visual, Lahey, Microsoft, and Watcom Fortran compilers.
-
Fortran 95 Function Parser - Parses mathematical expressions provided as strings at runtime, which can then be evaluated for a large number of variable values.
-
Perl scripts for Fortran - Scripts by Kate Hedstrom to add continue and enddo statements, indent code, put labels in order, replace enddo with continue, convert from fixed to free source form, add space around if statements, and create make files.
-
Ftnchek.el - Enhancement to Emacs Fortran mode, including ftnchek support, by Judah Milgram.
-
FortUnit - Set of Fortran 90/95 unit testing tools. It includes perl scripts to aid in controlling testing and makefile creation and a Fortran 90/95 assertion library. It is intended to be easily and transparently applied to new or legacy applications.
-
F90tohtml - Perl script that converts Fortran source code into HTML. All the subprogram calls are linked, both forward and backwards. A clickable calling tree is constructed. A subject index can be made from a user-supplied hash. A search engine, based on regular exp
-
PRecision Estimation and Control In Scientific and Engineering computing (PRECISE) - Set of tools provided to help the user set up computer experiments to explore the impact of finite precision on the quality of convergence of numerical methods. Because stability is at the heart of the phenomenon under study -- mathematical as well as num
Click here to add, change or remove your listing
|