fortran-submodule
Examples of modern Fortran 2008 submodule
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Keywords
Repository
Examples of modern Fortran 2008 submodule
Basic Info
Statistics
- Stars: 28
- Watchers: 3
- Forks: 5
- Open Issues: 0
- Releases: 9
Topics
Metadata Files
README.md
Fortran Submodule
Examples of modern Fortran 2008 submodule, using Meson or CMake.
Fortran submodules are a unique concept distinct from C++.
Fortran submodules allow easy switching in and out of features and extremely fast recompilation of large programs perhaps 100 times or more faster.
For example a program's file IO could use raw binary, HDF5, or NetCDF switched using Fortran submodule.
A simulation could have different proprietary or open source modules switched in and out via Fortran submodule.
In general, Fortran compilers have good submodule support. This includes gfortran, Intel ifort, nagfor, flang, PGI, IBM, Cray, etc.
Meson and CMake are two build systems that support Fortran submodule. Look inside each example to understand basic use of Fortran submodule.
CMake builds and tests by:
sh
cmake -B build
cmake --build build
or use Meson:
```sh meson build
meson test -C build ```
Notes
- Steve Lionel (Intel) submodule discussion
Owner
- Login: scivision
- Kind: user
- Repositories: 353
- Profile: https://github.com/scivision
Citation (CITATION.cff)
cff-version: 1.2.0
authors:
- family-names: Hirsch
given-names: Michael
orcid: https://orcid.org/0000-0002-1637-6526
title: fortran-submodule
doi: 10.5281/zenodo.4699819
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Michael Hirsch, Ph.D | s****n | 75 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 4 months
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 6.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cniggeler (1)
- zbeekman (1)