startups_m Module

Some generic routines for startup phase



Contents


Subroutines

public subroutine grillix_banner(is_writer)

Prints banner for grillix code

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: is_writer

If true, banner is printed to stdout

public subroutine parse_cmd_filename(fpath, use_default_fpath, fpath_default)

Parses a filepath from command line

Arguments

Type IntentOptional Attributes Name
character(len=:), intent(out), allocatable :: fpath

Filepath parsed from command line

logical, intent(out), optional :: use_default_fpath

True if no filepath was parsed and default value will be used

character(len=*), intent(in), optional :: fpath_default

Default filepath, if not provided, fpath will be empty