FLAP
Fortran command Line Arguments Parser for poor people (by szaghi)
hipfort
Fortran interfaces for ROCm libraries (by ROCm)
FLAP | hipfort | |
---|---|---|
2 | 1 | |
155 | 77 | |
0.0% | - | |
3.5 | 7.7 | |
about 1 year ago | 6 days ago | |
Fortran | Fortran | |
- | GNU General Public License v3.0 or later |
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.
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.
FLAP
Posts with mentions or reviews of FLAP.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-13.
-
Is there a way to create a command line menu in Fortran?
is not powerful enough, FLAP is one (not the only, see some compiled in fortranwiki) equivalent to argparse (in Python) for Fortran. You then enter a workflow to compile modules, later the main program, and eventually join the object files into an executable. Manually for example with gfortran as compiler, this is in line of
-
Joe's Live Coding Sessions - GPU Programming in Fortran : Verifying Spectral Accuracy in the Advection-Diffusion Solvers
We'll be building out more of the command line interface using the Fortran command Line Argument Parser for poor people (FLAP; https://github.com/szaghi/FLAP) to add triggers for executing convergence tests. In the process, we'll also be doing some tecplot output visualization with Paraview
hipfort
Posts with mentions or reviews of hipfort.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-29.
-
Joe's Live Coding Sessions - GPU Programming in Fortran : Verifying Spectral Accuracy in the Advection-Diffusion Solvers
HIPFort (GPU Programming API in Fortran) : https://github.com/ROCmSoftwarePlatform/hipfort
What are some alternatives?
When comparing FLAP and hipfort you can also consider the following projects:
http-client - http-client offers a user-friendly, high-level API to make HTTP requests in Fortran.
gpufort - GPUFORT: S2S translation tool for CUDA Fortran and Fortran+X in the spirit of hipify
json-fortran - A Modern Fortran JSON API
aomp - AOMP is an open source Clang/LLVM based compiler with added support for the OpenMP® API on Radeon™ GPUs. Use this repository for releases, issues, documentation, packaging, and examples.
SELF - Spectral Element Library in Fortran
pyranda - A Python driven, Fortran powered Finite Difference solver for arbitrary hyperbolic PDE systems. This is the mini-app for the Miranda code.