This function returns the relative lower processor limit of a component in the executable world.
REVISION HISTORY:
2002-Jun-20 -- correct the argument from eid to cid 2001-Dec-13 -- use optional argument 2001-Nov-15 -- add PROTEX convention 2001-May-20 -- first prototypeINTERFACE:
integer function MPH_exe_low_proc_limit (cid)USES:
implicit noneSEE ALSO:
MPH_exe_up_proc_limitINPUT PARAMETERS:
integer, intent(in), optional :: cid ! component idOUTPUT PARAMETERS:
! exe_low_proc_limit (cid)LOCAL VARIABLES:
integer :: id, comm
\