OpenCoarrays
fpm
OpenCoarrays | fpm | |
---|---|---|
7 | 13 | |
254 | 948 | |
1.2% | 1.8% | |
7.3 | 9.2 | |
8 days ago | 5 days ago | |
Fortran | Fortran | |
BSD 3-clause "New" or "Revised" License | MIT License |
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.
OpenCoarrays
- Coarrays
-
How to get started with OpenCoarrays + gfortran?
Based on OpenCoarrays' GitHub repo, Ubuntu 21.10 does not have the newest version (OpenCoarrays 2.10.0). Consider upgrading to Ubuntu 22.10 and install maybe?
-
OpenCoarrays supports Windows
See the Release Notes 14 for a link to the Windows installation instructions.
-
Problem with SYNC ALL working with coarrays
Thanks for the reply. I tried it and it didn't work, but I found a thread while looking up how to use flush (https://github.com/sourceryinstitute/OpenCoarrays/issues/693) where people also suggested putting a call execute_command_line( ' ') before the sync statement for the same reason you mentioned and that fixed it.
-
Big speed up with Coarrays on Intel Fortran for Windows, not with gfortran OpenCoarrays on Windows Subsystem for Linux?
git clone --branch 2.9.2 https://github.com/sourceryinstitute/OpenCoarrays
fpm
-
Translate Fortran to C++ with AI and RAG
Unlike C++, they even got their standard package manager - fpm[1].
[1] https://fpm.fortran-lang.org/
- Fortran Package Manager (FPM): Package Manager and Build System for Fortran
- Fortran Package Manager
-
How do I use fortran github package.
Make sure you have the latest fpm binary installed somewhere so that your $PATH can see it: curl -o ~/.local/bin/fpm -L https://github.com/fortran-lang/fpm/releases/download/v0.8.2/fpm-0.8.2-linux-x86_64 && chmod 0755 ~/.local/bin/fpm
-
SciPy: Interested in adopting PRIMA, but little appetite for more Fortran code
Hopefully, the SciPy community can stay open-minded about modern Fortran libraries.
Modern Fortran is quite different from Fortran 77, while being as powerful, if not more.
In addition, there has been a significant community effort on improving and modernising the legacy packages, the ecosystem, and the language itself.
With projects like LFortran (https://lfortran.org/), fpm (https://github.com/fortran-lang/fpm), and stdlib (https://github.com/fortran-lang/stdlib), I believe that Fortran will enjoy prosperity again.
-
The Skills Gap for Fortran Looms Large in HPC
Anyway, first release of Fortran Package Manager was in November 2020: https://github.com/fortran-lang/fpm/releases/tag/v0.1.0 - more recently than I expected.
-
[RANT] I really, really wish working with compiled languages is as easy as working with Python.
There is actually a Fortran Package Manager that will hopefully make things easier in the future. It's quite new, so it might not be entirely mature yet.
-
Toward Modern Fortran Tooling and a Thriving Developer Community
Author here, so I'm biased toward Fortran, though I've been enjoying learning Rust as well. I think there are a few reasons.
First, Rust's multidimensional arrays are either limited and/or difficult to use. Fast, flexible, and ergonomic multidimensional arrays and arithmetic are essential for HPC. They are possible with Rust, but my two favorite Rust books not mentioning them suggests to me that they're not the focus of the language. This may or may not change in the future.
Second, Rust may be too complex to learn for scientists who aren't paid to write software but to do research. Fortran is opposite--multidimensional whole-array arithmetic looks like you would write it as math on a whiteboard. While scientists can sure learn to program Rust effectively, I think most scientists don't think like Rust, but they do think like Fortran. For somebody not familiar with Fortran but familiar with Python, I'd say Fortran very much feels like NumPy.
Third, such ecosystem would be built in Rust from scratch. In Fortran, most of the value is already there, but needs to be made more accessible with better and more modern tooling. For example, Fortran's fpm (https://github.com/fortran-lang/fpm) is largely modeled after Rust's Cargo because we recognize the importance of good user experience when it comes to building and packaging software. With the recent Fortran-lang efforts, we study many programming language ecosystems and communities (e.g. Python, Julia, Rust, etc.) to find what could work best for modern Fortran tooling.
-
Fortran Web Framework
I recently started learning Fortran for a lark. It reminds me a lot of R, in some respects. It's clearly a very, very good language for doing the parts of one's job that are very math-centric. But it's equally underwhelming as a general purpose programming language.
Largely, I think, due to gaps in the library ecosystem. But there are other challenges. You can see from the install instructions on the linked page, for example, that Fortran still lacks a package manager.
What's interesting, though, is that that's changing. There are currently serious efforts to give it a "standard" library (https://github.com/fortran-lang/stdlib) and package manager (https://github.com/fortran-lang/fpm).
And I've been watching the new LFortran compiler (https://lfortran.org) with extreme interest.
-
Assembly of course!
FPM has entered the chat https://github.com/fortran-lang/fpm
What are some alternatives?
sundials - Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
stdlib - Fortran Standard Library
MOM6 - Modular Ocean Model
neural-fortran - A parallel framework for deep learning
Fortran-MOOC - Material related to the PRACE MOOC on Fortran programming
json-fortran - A Modern Fortran JSON API