Open Source Fortran Software Development Software - Page 5

Fortran Software Development Software

View 5795 business solutions

Browse free open source Fortran Software Development Software and projects below. Use the toggles on the left to filter open source Fortran Software Development Software by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    creamake

    Automatic creation of Makefile for Fortran projects

    Creamake is a utility programmed in Fortran 90 that creates a Makefile for a Fortran project composed of several modules and a main program. Those modules can be distributed over several folders. Creamake searches all the dependencies between modules, so the Makefile will respect them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Eclim is a set of eclipse and vim plugins to integrate the two projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    f2what

    Lapack/quadprog QP for VBA/.Net/Java

    F2what is an open source project to translate algorithmic fortran to a variety of languages (java, dotnet and VBA so far). It offers a Fortran77 parser with code transformations, variable disambiguation, and modular output to other programming languages. It also offers already translated versions of Lapack and quadprog to Java, .Net and VBA, to give access to SVD, LU, QR, Cholesky, eigenvalue decomposition, linear system solving and QP optimization in those three languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    flexfortip

    Flexfortip is an alternative of namelist which supports nesting tags.

    You may think namelist of Fortran90 is poor when you want treate a complex input in fortran. Flexfortip is one of solutions in that case. By using nesting tags, you can treat a complex input. This project provides you with three fortran modules ("parse", "hash" and "array") including source codes. Parse module depends on hash module and array module. If you want use array variables and/or hash variable in fortran, array module and hash module may help you. Operations such as push, pop and join are supported in array module, and operations such a insert lookup, delete, defined, deys are supported in hash module. These source codes are provided under 2-clause BSD license. So, feel free to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5
    for2html is a PERL script that translates FORTRAN sources into HTML pages. It automatically generates backward and forward links to all SUBROUTINE and FUNCTION calls, INCLUDEd files and BLOCK DATA sections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is an implementation of some POSIX functions in Fortran 90/95. Not complete, and might not even work on all Unix systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    foul - The Fortran Output Library. foul is a Fortran 90 library simplifying a variety of tasks related to program output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    fzcal

    fzcal

    A calculator capable of complex arithmetics

    A command line calculator capable of complex arithmetics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project aims at providing a parser for fortran source code. Output is in XML format. The parser is based on the g95 parser. Additionnal tools in Perl are provided: Fortran source browser; pseudo-compiler environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10

    modelenv

    Modelling environment for environmental modelling

    An object-oriented Fortran 2003 programming environment for implementing numerical environmental simulation models, including climate and weather prediction models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    optpack

    optpack

    FE simulation based automatic global optimisation in modern Fortran

    A collection of Fortran 2003, 90 and 77 routines, modules and programs for automatic simulation based global constrained optimisation. The initial application is for FE simulation of elasto-plastic buckling of steel rods aimed at tuning the hardening model. Unix shell scripts are used extensively. High concurrency is achieved with parallel multi-start global search and with parallel MPI FE. Powell's BOBYQA or LINCOA are used (not included in this package). Automatic mesh generation of 3D cylinders is provided + automatic boundary conditions, all via Fortran and shell scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    osFree operating system
    open source analogue of IBM OS/2 operating system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    pFUnit

    Unit testing framework for Fortran with MPI extensions

    pFUnit is now hosted and developed on GitHub. And will be completely removed from sourceforge on January 01, 2020 Please use: https://github.com/Goddard-Fortran-Ecosystem/pFUnit GitHub has been the primary host for some time now, but with the release of pFUnit 4.0 earlier in 2019, the sourceforge site is very out of date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    progrep

    progrep

    Utility to show live progress, status & stats for running simulations

    progrep is a command-line tool (Linux) to show live progress report, status & stats of a running simulation or compute job that executes a given number of iterations. It shows % completed, time remaining, time elapsed, number of threads, MPI_Rank(if any), CPU usage & speed (FPS). The FPS measures may be used in benchmarking, e.g. while optimizing HPC algorithms for performance. progrep supports both single-threaded and parallel (multicore/multinode - e.g. OpenMP/MPI) jobs. progrep can also report for jobs running on remote hosts, e.g. jobs running on Linux Clusters. progrep works in client-server model. The server can be installed in your simulation source code with only 4 extra lines (API). When the progrep command is invoked, it queries this server as a client. progrep does not interfere with or slow down your simulation when not invoked. Even when invoked, the overhead is insignificant. Out of the box, the API works with Fortran/C/C++ code. See Wiki/README for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    reputron is a knowledge extraction engine platform that covers all aspect of text mining, relevance, indexing and querying on a corpus of text documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Unified gravity wave drag parameterization codes for global climate models.
    Downloads: 0 This Week
    Last Update:
    See Project