Function memoryhelpermodule::split_mem_path¶
Defined in File MemoryHelper.f90
Function Documentation¶
-
subroutine
memoryhelpermodule::split_mem_path(mem_path, component, subcomponent)¶ Split the memory path into component(s)
NB: when there is no subcomponent in the path, the value for
- subcomponent is set to an empty string.
- Parameters
[in] mem_path: path to the memory object[out] component: name of the component (solution, model, exchange)[out] subcomponent: name of the subcomponent (package)