Skip to content

adam_fnl_globals

ADAM, FNL program-scope singletons — convenience re-export of all adam_fnl_*_global modules.

Provides a single USE point for all FNL (OpenACC GPU) program-scope singleton objects:

fortran
 use :: adam_fnl_globals, only : mpih_fnl, field_fnl, weno_fnl, ib_fnl, rk_fnl

instead of listing every individual adam_fnl_*_global module.

Source: src/lib/fnl/adam_fnl_globals.F90

Dependencies