- 
NAME
 - 
pmroute - show routing information
 - 
SYNOPSIS
 - 
% pmroute [-config config_file][-src src_pe][-dest
dst_pe]
 - 
DESCRIPTION
 - 
Pmroute outputs the routing information of PM to stdout in the
following format.
(src_node) -> port[switch]port -> (dst_node)
 - 
OPTIONS
 - 
- 
-config config_file
 - 
Config_file is used as the PM configuration file.
Default is "pm.cnf".
 - 
-src src_pe
 - 
Src_pe is used as the source PE number.
Default is all PEs.
 - 
-dest dst_pe
 - 
Dst_pe is used as the destination PE number.
Default is all PEs. 
 - 
ERRORS
 - 
Pmroute outputs the following messages to stderr on error.
- 
can't read config_file(error)
 - 
Config_file cannot be read.
 - 
can't get node pe_num(error)
 - 
PE pe_num does not exist in the configuration file.
 - 
can't find route pe_num(error)
 - 
No route from PE pe_num could be found.