private pure function get_core_run(run) result(crun)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
run
Return Value
integer
Source Code
pure function get_core_run(run)result(crun)integer,intent(in)::runinteger::crunif(t_global_core_space)thencrun=core_runelsecrun=runend if end function get_core_run