next up previous contents
Next: MPH_local_world - find local Up: Module MPH_module - Multi Previous: MPH_comp_name - find component

MPH_comp_id - find component id given component name

This routine returns component id given component name.

REVISION HISTORY:

       2001-Dec-13 -- use optional argument
       2001-Nov-15 -- add PROTEX convention
       2001-May-20 -- first prototype
INTERFACE:
       integer function MPH_comp_id (cname)
USES:
       implicit none
SEE ALSO:
       MPH_find_name, MPH_comp_name, MPH_comm
INPUT PARAMETERS:
       character(len=*), intent(in), optional :: cname   ! component name
OUTPUT PARAMETERS:
       ! MPH_comp_id
LOCAL VARIABLES:
       integer :: id, comm

\



Yun (Helen) He
Mon Mar 3 10:31:17 PST 2003