fortran-wringer-tests VS Fortran-code-on-GitHub

Compare fortran-wringer-tests vs Fortran-code-on-GitHub and see what are their differences.

fortran-wringer-tests

A collection of non-portable Fortran usage, standard-conformant or otherwise (by klausler)

Fortran-code-on-GitHub

Directory of Fortran codes on GitHub, arranged by topic (by Beliavsky)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fortran-wringer-tests Fortran-code-on-GitHub
3 9
33 261
- -
7.2 9.8
2 days ago 6 days ago
Fortran
- The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fortran-wringer-tests

Posts with mentions or reviews of fortran-wringer-tests. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-30.
  • Supporting BFLOAT16 in Fortran: "Not Recommended"?
    1 project | news.ycombinator.com | 17 Mar 2024
    An ISO standard should promote portability across implementations, prevent breaking changes to the language, and coordinate design, prototyping, testing, and description of new features.

    Fortran features since F'95 are not terribly portable (https://github.com/klausler/fortran-wringer-tests); the F'23 standard has a needless breaking change; and every revision contains incompletely thought through features jammed in without prototyping ("rank agnostic array indexing"). They won't fix bugs, either -- it is possible to write DO CONCURRENT loops that are completely conformant but cannot be parallelized (and cannot be determined at compilation time).

  • Potential of the Julia programming language for high energy physics computing
    2 projects | news.ycombinator.com | 30 Nov 2023
    > OTOH, the existence of an ISO standard with multiple implementations can benefit the portability and longevity of code.

    This is true for ISO standards that actually standardize features. Fortran's standard, since F'90, has instead been inventing features, and doing so without prototyping in actual implementations. And without supplying standardized test suites to guide those implementations. The results, in actual practice, have been at best mixed. There are features that are "standard" but not at all portable, due to spotty and divergent implementations, and there are portable features that are not standard. Some features have been in the language for >=20 years without yet appearing in popular compilers.

    So yes, standardization (ISO or otherwise) can be a good thing. But it hasn't really been so for Fortran. And I think things are getting worse; F'2023 has changes in it that actually silently change the behavior of existing standard-conforming code, which would have been viewed as an abomination in earlier days.

    References: see the LLVM Flang documentation on extensions, non-standard features, &c. in https://github.com/llvm/llvm-project/blob/main/flang/docs/Ex... and a suite of various incompatible feature tests in https://github.com/klausler/fortran-wringer-tests .

  • Fortran 2023 has been published
    9 projects | news.ycombinator.com | 22 Nov 2023
    If "it" is F'23, then none. GNU Fortran has had the "new" degree-unit trig functions for a while, but no compiler, FOSS or otherwise, has the newly invented features of this revision.

    Fortran doesn't prototype features with real implementations (or test suites) before standardizing them, which had led to more than one problem over the years as ambiguities, contradictions, and omissions in the standard aren't discovered until years later when compiler developers eventually try to make sense of them, leading to lots of incomplete and incompatible implementations. I've written demonstrations for many examples and published them at https://github.com/klausler/fortran-wringer-tests/tree/main .

Fortran-code-on-GitHub

Posts with mentions or reviews of Fortran-code-on-GitHub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-22.
  • Fortran 2023 has been published
    9 projects | news.ycombinator.com | 22 Nov 2023
  • Any help or tips for Neural Networks on Computer Clusters
    5 projects | /r/fortran | 27 Feb 2023
    The hints in place ("there is more infrastructure already available outside Fortran, consider using them instead"). Beliavsky's compilation Fortran code on GitHub with its section about neural networks and machine learning still may be worth a visit e.g. how let Fortran reach out for the implementations in other languages.
  • Is Fortran good to program IA ?
    1 project | /r/fortran | 7 Nov 2022
    There is an interesting directories compiled about projects around Fortran, Fortran code on GitHub. Though artificial intelligence does not appear by name, section Neural networks and Machine Learning may provide an entry.
  • Directory of Fortran codes on GitHub, arranged by topic
    1 project | /r/fortran | 13 Aug 2022
  • how do you deal with not having common useful functions and data-structures that languages like c++ have?
    2 projects | /r/fortran | 21 Feb 2022
    My list of Fortran codes on GitHub has a section Containers and Generic Programming with some of the data structures you mention.
  • Why Fortran is easy to learn
    19 projects | news.ycombinator.com | 7 Jan 2022
    There's modern stuff being written in astro(nomy/physics) (I can attest to some of the codebases listed in https://github.com/Beliavsky/Fortran-code-on-GitHub#astrophy... being modern, at least in terms of development), but I'd say C++ likely does have the upper hand for newer codebases (unless things have changed dramatically last time I looked, algorithms that don't nicely align with nd-arrays are still painful in Fortran).

    I've also heard rumours of Julia and even Rust being used (the latter because of the ability to reuse libraries in the browser e.g. for visualisation), but the writers of these codebases (and the Fortran/C/C++/Java) are unusual—Python and R (and for some holdouts, IDL) are what are most people write in (even if those languages call something else).

  • Ask HN: What tools do people use for Computational Economics?
    1 project | news.ycombinator.com | 28 Dec 2021
    "QuantEcon:Open source code for economic modeling" https://quantecon.org/ has Python and Julia versions. The Federal Reserve uses Julia in its macroeconomic models: https://frbny-dsge.github.io/DSGE.jl/latest/ . Some economists use Fortran (which is much modernized since FORTRAN 77), and there is a 2018 book Introduction to Computational Economics using Fortran https://www.ce-fortran.com/ . Some Fortran codes in economics, statistics, and time series analysis are listed at https://github.com/Beliavsky/Fortran-code-on-GitHub .
  • Climate Change Open Source Projects on GitHub
    1 project | news.ycombinator.com | 15 Sep 2021
    At the "Fortran Code on GitHub" repo https://github.com/Beliavsky/Fortran-code-on-GitHub there are many codes listed in the "Climate and Weather" and "Earth Science" sections.
  • A simple string handling library for Microsoft Fortran-80
    2 projects | news.ycombinator.com | 26 Aug 2021
    Fortran 77 and later versions (most recently Fortran 2018) have strings. There is the limitation that the elements of an array of strings must have equal length, so that ["boy","girl"] is invalid but ["boy ","girl"] is. Libraries for manipulating strings in Fortran are listed at https://github.com/Beliavsky/Fortran-code-on-GitHub#strings .

What are some alternatives?

When comparing fortran-wringer-tests and Fortran-code-on-GitHub you can also consider the following projects:

ClimaCore.jl - CliMA model dycore

stdlib - Fortran Standard Library

inference-engine - A deep learning library for use in high-performance computing applications in modern Fortran

cmake-cookbook - CMake Cookbook recipes.

llm.f90 - LLM inference in Fortran

dockcross - Cross compiling toolchains in Docker images

neural-fortran - A parallel framework for deep learning

fpm - Fortran Package Manager (fpm)

rwkv.f90 - Port of the RWKV-LM model in Fortran (Back to the Future!)

fastGPT - Fast GPT-2 inference written in Fortran

string - Microsoft FORTRAN-80 (F80) string handling library. Simple, fast, mostly FORTRAN.