loadNamedInts Module Subroutine

module subroutine loadNamedInts(this, vars)

Load named int from currently open json file on rank 0, then broadcast them to all processors. If a variable isn't found, the passed value is not modified.

Arguments

Type IntentOptional Attributes Name
class(JSONController), intent(inout) :: this
type(NamedInteger), intent(inout), dimension(:) :: vars

Values to load