loadFile Interface

interface
public module subroutine loadFile(this, mpiCont, filepath)

Arguments

Type IntentOptional Attributes Name
class(JSONController), intent(inout) :: this
type(MPIController), intent(inout) :: mpiCont

MPIController object to be used by the JSONController for communication

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

Non-default filepath

Description

Loads json file on rank 0. The default filepath here is "./config.json".