Showing 25 open source projects for "modern fortran"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 1
    LFortran

    LFortran

    Official main repository for LFortran

    LFortran is a modern open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute the user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile binaries with the goal of running the user’s code on modern architectures such as multi-core CPUs and GPUs. LFortran is in alpha (it is expected to not work on third-party codes and users enthusiastically participate in bug reporting and fixing).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    findent

    findent

    indent, beautify and relabel Fortran source, generates dependencies

    Findent indents, beautifies and relabels Fortran source, fixed and free format, and converts Fortran fixed format to Fortran free format (and vice-versa). Plugins for vim, emacs and gedit are included.
    Leader badge
    Downloads: 198 This Week
    Last Update:
    See Project
  • 3
    Trek7 the original multiplayer network star trek game from the early-mid 70s. We are hoping to revive this classic (no, its not netrek/mtrek, not even close). hopefully the SF community can help port this to modern day networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NESSIE is a modern first-principle calculation software that can adequately address the need for ever-higher levels of numerical accuracy and high-performance in large-scale electronic structure simulations, as well as pioneer the fundamental study of quantum many-body effects in a large number of emerging nanomaterials. NESSIE is an electronic structure code that uses a real-space FEM discretization and domain-decomposition (DD) to perform all-electron ground-state DFT and real-time excited...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 5

    Inline::F2003

    Compile and call inlined Fortran 2003 source code from Perl

    This project features the use-case "matopmul" to demonstrate the operation of the Perl module Inline::F2003. This module allows modern Fortran source to be compiled and executed from Perl in a transparent manner. The program "matopmul.pl" performs a matrix multiplication. The matrix multiplication is written in Fortran 2003 and inlined in the Perl program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DBSolveOptimum

    DBSolveOptimum

    The software for systems biology/pharmacology modeling

    DBSolveOptimum is a stand-alone software tool for the construction and analysis of mathematical models of biological systems. It is a succession and extension of DBSolve 5 and DBSolve 7, which were popular tools for systems biology. In addition to the capabilities of these software packages, DBSolveOptimum is implemented with new tools for extended data analysis and multiple simulations, which are important for simulation of virtual clinical trials and application of modern modeling techniques...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Fosite - advection problem solver

    numerical simulation code for solving transport equations in 1D/2D/3D

    ... been implemented including viscous diffusion and gravitational acceleration. Fosite is written with object-oriented patterns in Fortran 2003 and follows the Structure of Arrays (SoA) layout, operating on generic field datatypes. This allows for high performance on modern architectures (SIMD). It is parallelized and vectorized. The software is thereby optimized for the NEC SX-Aurora TSUBASA Vector Engine .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    scnu

    scnu

    Fortran codes for SCNURS method - Side Cut Non-Uniform Residual Stress

    SCNURS - Side Cut Non-Uniform Residual Stress measurement method for plates, - is a destructive RS measurement method developed in Moscow, Russia and later in Bristol, UK. The method is specifically designed for the measurement of highly non-uniform RS fields, including discontinuities, in plates. This project collects all codes which implement forward and inverse solution to the RS problem. The codes are in modern Fortran with OpenMP. The codes are distributed under 2-clause BSD license...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    YAJL-Fort

    A Fortran interface to the YAJL library

    YAJL-Fort is a modern object-oriented Fortran interface to the YAJL C library, which is an event-driven parser for JSON data streams. JSON is an open standard data interchange format. It is light weight, flexible, easy for humans to read and write, and language independent. Get YAJL-Fort on GitHub: https://github.com/nncarlson/yajl-fort
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 10
    chemfiles

    chemfiles

    Modern library for chemistry file reading and writing

    Chemfiles is a modern and high-quality library for reading and writing trajectory files created by computational chemistry simulations program. These trajectories contains atomic positions, velocities, names, topology and sometimes more. Running simulations produce enormous amounts of data, which has to be post-processed to extract physical information about the simulated system. Chemfiles provides an interface to access this information which is - unified: the same code will work with all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ParaFEM

    ParaFEM

    Parallel finite element analysis

    ParaFEM is an open source platform for parallel finite element analysis. The source code and philosophy are documented in the text book Smith, Griffiths and Margetts, "Programming the Finite Element Method", 5th Edition, Wiley, 2014. The software is written in modern Fortran and uses MPI for message passing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    lincoa-fortran95

    derivative free minimization routine with linear constraints.

    A minimization routine that uses no derivatives. The function to be minimized should be continuous. The constraints must be linear. This is M.J.D Powells f77 code put into a fortran 95 module. A f95 wrapper routine is added with a modern & easy f95 interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    bobyqa-fortran95

    minimize function f without using derivatives with bound constraints.

    Michael Powells fortran 77 code BOBYQA is ported to fortran 95 with a more modern fortran 95 user interface. The objective function is made an argument to the minimization routine. That way several different functions can be minimized within the same program. The minimization routine does not use derivatives, only function values and a quadratic model is used instead. The assumption is that the objective function evaluation is expensive and the code tries to use as few function values...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Fortran-tags

    Emacs plugin for source code indexing of modern Fortran

    NOTE: Development continued at GitHub! Current version is higher than 1.1.6. Fortran-tags is a lightweight Fortran source code indexing tool for Emacs. It is able to correctly locate all global and local variables and is expected to work with any Fortran 2008 conforming code with only minor exceptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Moving Finite Elements project hosts a collection of simulation codes for time-dependent PDE systems that implement various forms of Keith Miller's gradient-weighted moving finite element (GWMFE) method. The Calliope sub-project aims to provide new reference implementations in modern object-oriented Fortran. Click on the Calliope tab on the main project menu bar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Larch: Data Analysis for X-ray Spectra

    Data Processing and Analysis for X-ray Spectroscopy and More

    Larch is a scientific data processing language that is designed to be easy to use for novices and complete enough for advanced data processing and analysis. Larch provides a wide range of functionality for dealing with arrays of scientific data, and basic tools to make it easy to use and organize complex data. Larch has been primarily developed for dealing with x-ray spectroscopic and scattering data, especially the kind of data collected at modern synchrotrons and x-ray sources. Larch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Calliope

    A modern Fortran GWMFE implementation for time dependent PDE systems

    A modern Fortran implementation of the gradient-weighted moving finite element (GWMFE) method for time-dependent PDE systems. This is a new effort in the early stages of development; see NEWS for the latest status of the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ... updated and everything should actually work. Please let me know if there are any issues. Also, the forge.mod file - which is required - has been added to the release. About ===== A framework designed to simplify construction of modern Fortran programs using the GTK+ GUI functions. Requirements ============ -gtk-fortran (https://github.com/jerryd/gtk-fortran/wiki)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    LPJ-LMfire

    The LPJ-LMfire Dynamic Global Vegetation Model

    This is the LPJ-LMfire Dynamic Global Vegetation Model described in the following reference: Pfeiffer, M., A. Spessa, and J. O. Kaplan (2013), A model for global biomass burning in preindustrial time: LPJ-LMfire (v1.0), Geosci. Model Dev., 6(3), 643-685. http://www.geosci-model-dev.net/6/643/2013/gmd-6-643-2013.html The model code is mostly written in modern Fortran with a few legacy Fortran77 routines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Runge

    Runge is an Interactive Solver for Systems of Differential Equations

    Runge is an Interactive Solver for Systems of Ordinary Differential Equations. It solves initial value problem (aka Cauchy problem). Few advantages Runge provides: It's fast. It utilizes BLAS and LAPACK libraries optimized for modern multi-core processors. It's interactive. It allows you to start a solution by mouse click on a plane. It's precise. It uses Runge Rule to adjust step length to satisfy required precision on each step. It's effective. When it needs to compute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Old PDB Programs

    Old BNL PDB programs

    These are programs from the old BNL Protein Data Bank program tape, reissued under the GPL with the permission of DOE, NIH and NSF and the original authors. Programs will be made visible here only after conversion to modern Fortran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The OpenFEZ project aims to provide software development kit needed for the creation of finite element software. It is written in object oriented Fortran 2003, and developed as part of a lecture held at the Institute for Statics and Dynamics of Aerospace Structures at the University of Stuttgart, Germany. The main purpose of this code is to allow students to develop a better understanding of the mathematical and numerical theories behind modern finite element codes. It is published under...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The old Dungeon game, remixed to work on modern computers. This is an exciting, yet challenging game where your immediate goal is to survive and not get defeated. You can interact with objects, surroundings and monsters to reach the end and win the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Yet another Fortran Code Browser. Modern Fortran (F66, F77, F90, F95...) More functionality: Code beatifier, link with other Languages. Modern design: lightweight, W3C Standard Compliant, Dynamic interface. Expandable through modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next