Home | Add your site | Affiliate program | Log-In | Pay per click advertising | Terms | Privacy | Contact Us
Tools

Tools

Do you need Tools?
Check it out the following sites about Tools, or search Tools

 Sub-categories
 See also:
 Links

» AUTO_DERIV: Tool for automatic differentiation of a Fortran code - Site has abstract, summary and link to full paper describing the program, but not the code itself.
» Avoiding the Unnecessary Recompilation of Fortran 90 Modules - Paper by Daniel Grimwood appears at site, along with Perl scripts used to solve the problem.
» Basis Code Development System - System for developing interactive computer programs in Fortran. Using Basis you can create a program that has a sophisticated programming language as its user interface so that the user can set, calculate with, and plot, all the major variables in the pro
» CADNA - Library for estimating the round-off error propagation on every scientific code written in Fortran or C.
» 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
» 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.
» Convert.f90 - Program by Michael Metcalf that converts Fortran 77 source form to free format Fortran 90 source.
» EZUP - Fortran 77 to 90 conversion aid, by August Miller. Windows executable provided.
» Einsys Fortran - Integrated development environment for g77 compiler.
» Elegant Mathematics - Sells iterative linear solvers and a suite of software tools for parallelization of algorithms and computer software.
» 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.
» F2CL - Fortran to Common Lisp Translator.
» F77flow - Perl program by Jesper W. Krogh to generate a flow chart of a Fortran 77 program.
» 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.
» F77tof90 - Sed and perl scripts by Layne T. Watson to correct obsolete and unsupported Fortran constructs for use with standard Fortran 90.
» F90doc - Perl program by Erik Demaine that generates pages of HTML documentation from Fortran 90 source.
» FORBAS - Fortran to Visual Basic / Qbasic source code converter, including most IBM, DEC, HP extensions. Sample provided. [Commercial]
» FORTLIB - Contains over 300 routines, organized into 22 categories (keyboard, directory, file service, text windows, RS-232, etc.). Most routines are written in assembly language for compactness and speed. Supports Microsoft and Lahey Fortran compilers.
» Flib2c - Small program to simplify using Fortran libraries from C. flib2c generates header files that makes calling a Fortran function as simple as calling a C function. Described at http://www.pci.uni-heidelberg.de/tc/usr/joerg/prg/prg.html.
» Fmkmf - Perl (and shell) script by Hugh Pumphrey to construct a make file for a Fortran 90 program that uses modules.
» Foo - Preprocessor by Dylan Jayatilaka and Daniel James Grimwood which encourages a good object-oriented programming style. Foo code currently translates into Fortran 95 code.
» Fortran Bits and Pieces - By Tim Connors. Programs to open pipes to external processes and output process information to the terminal.
» 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
» 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.
» Free Fortran Library to Read and Write gzipped Files - By John Donners.
» Ftnchek.el - Enhancement to Emacs Fortran mode, including ftnchek support, by Judah Milgram.
» GNU Make Variables and Pattern Rules - Perl script and paper by Daniel Grimwood.
» GNUFOR: a Gnuplot / Fortran interface - GNUFOR is a simple Fortran 90 interface by John Burkhardt to the Gnuplot plotting software. GNUFOR makes it possible, while running a Fortran program, to generate some data and request an immediate plot. This is done by issuing a system command that start
» Geneva Group Graphics (GGG) - Graphics library by Ernst Hairer to create PostScript files from a Fortran program, and automatically insert them into a LaTeX text.
» HPFfe - Public domain High Performance Fortran/Java front-end.
» 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
» KFWin - Fortan Windows Programming - Compatible with Microsoft Fortran Powerstation 4, developed by KORF software.
» LGO -- Continuous Global Optimization - By Janos D. Pinter.
» 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.
» MadMax Optics - FMMPART3D - Fortran subroutine that uses the Fast Multipole Method to rapidly evaluate a Coulombic particle sum. available as a Fortran-callable library. Libraries provided for a variety of compilers under both Windows and Linux.
» 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
» 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.
» Prep - Preprocessor for Fortran which supports macros, flow control extensions, vector statement shorthand, and automatic loop unrolling for certain classes of loops. It is written in standard C.
» Promula Fortran to C Translator - Translates Fortran source code to correct and clean C source code.
» Ratfor - Preprocessor for Fortran code, invented by Brian Kernighan, allowing the use of C-like flow expressions. Also see Ratfor90 at http://sepwww.stanford.edu/software/ratfor90.html.
» 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.
» TITech Data Compression Library for Large Scale Data - Program with Fortran 90 and C interface for compressing scientific data.
» U_F95_TS Fortran 95 Test Suite - Extensive 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
» Unsigned Integer Byte for g77 - Variant of g77 supporting unsigned integer bytes, useful when porting Fortran 77 code from certain obsolete minicomputers (Gould / SEL / Encore).
» WinMort - Executable version of the SLAC MORTRAN3 precompiler included in the standard EGS distribution. WinMort includes a few file i/o enhancements over the standard MORTRAN3 precompiler but is otherwise identical. WinMort should execute on any Intel-based MS Wi
» 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.
» f2c - Fortran to C translator.
» fh2h - Fortran to C header translator.

 
RedTube
Redtube is the great video and chat website with lot of beautiful girls online 24h day

Ciaoamigos
Chatta con belle ragazze in cam su Ciao Amigos Entra a far parte della community piu divertente del web!

Magic-Search
Search the web easy at Magic-Search.com
Join affiliate program and make money

Work at home
Looking for a Work at Home Business? Earn income world wide Simple and fun.

Buy This Box!
Do you want to Promote your website? Try FindingWeb Keyword Sponsor Box for ONLY $30 a Month! Try also our pay per click advertising!
Sign up Now!



Search Tools at FindingWeb Search





Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of FindingWeb Directory is based on the Open Directory Project and is enhanced by FindingWeb



pay per click | Links | credit cards | Online Business | Pay per click It | Find All You Need | Profumi | Free advertising | loans







Click Here!