Logo
Explore Help
Sign In
tboudreaux/GridFire
1
0
Fork 0
You've already forked GridFire
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d65c237b26cf45550095328d57b92fb8fa3a391a
GridFire/tests/extern/fortran/meson.build

12 lines
364 B
Meson
Raw Normal View History

feat(fortran): Fortran interface can now use multi-zone Fortran interface uses the new C api ability to call the naieve multi-zone solver. This allows fortran calling code to make use of in build parellaism for solving multiple zones
2025-12-19 09:58:47 -05:00
executable('gf_fortran_single_zone_test', 'gridfire_evolve_single.f90',
feat(fortran): Added fortran bindings Building of the C API GridFire can now be used from fotran using the gridfire_mod fortran module. This exposes the same, limited, set of funcitonality that the C API does.
2025-11-27 11:20:53 -05:00
install: false,
fortran_args: ['-Wall', '-Wextra'],
dependencies: [gridfire_fortran_dep]
feat(fortran): Fortran interface can now use multi-zone Fortran interface uses the new C api ability to call the naieve multi-zone solver. This allows fortran calling code to make use of in build parellaism for solving multiple zones
2025-12-19 09:58:47 -05:00
)
executable('gf_fortran_multi_zone_test', 'gridfire_evolve_multi.f90',
install: false,
fortran_args: ['-Wall', '-Wextra'],
dependencies: [gridfire_fortran_dep]
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API