This routine loads musubi specific lua function from string and musubi input configuration file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State), | allocatable | :: | conf(:) | lua state to be stored |
||
character(len=*), | intent(in) | :: | filename | name of the config file to be opened |
||
type(tem_comm_env_type), | intent(in) | :: | proc | process description to use |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=2048), | private | :: | fun_str | ||||
integer, | private | :: | iThread |