HP-MPI Version 1.2 for Windows Release Note

-ccpblock
Uses block scheduling to place ranks on allocated nodes.
Nodes are processed in the order they were allocated by
the scheduler, with each node being fully populated up to
the total number of CPUs before moving on to the next
node. Only valid when the -ccp option is used. Cannot
be used with the -f, -hostfile, or -hostlist options.
-ccpcluster <headnode>
Specifies the headnode of the CCP cluster that should be
used to run the job. Assumed to be the local host if omitted.
-ccpcyclic
Uses cyclic scheduling to place ranks on allocated nodes.
Nodes are processed in the order they were allocated by
the scheduler, with one rank allocated per node on each
cycle through the node list. The node list is traversed as
many times as is necessary to reach the total rank count
requested. Only valid when the -ccp option is used.
Cannot be used with the -f, -hostfile, or -hostlist
options.
-f <appfile> Specifies the appfile that mpirun parses to get program
and process count information for the run.
-hostfile <filename>
Launches the same executable across multiple hosts.
Filename is a text file with hostnames separated by spaces
or new lines.
-hostlist
<quoted-host-list>
Indicates what nodes to use for the job. This hostlist can
be delimited with spaces or commas. If spaces are used as
delimiters anywhere in the hostlist, it may be necessary to
place the entire hostlist inside quotes to prevent the
command shell from interpreting it as multiple options.
-jobid <job-id>
Schedules an HP-MPI job as a task to an existing job. It
submits the command as a single CPU mpirun task to the
existing job indicated by the parameter job-id. This option
is only valid when using the mpirun automatic submittal
functionality.
-package <package-name> and
-pk <package-name>
When HP-MPI authenticates with the HP-MPI Remote
Launch service, it authenticates using an installed Windows
security package (for example Kerberos, NTLM, Negotiate,
and more). By default, HP-MPI negotiates the package to
use with the service, and no interaction or package
specification is required by the user. If a specific installed
Windows security package is preferred, use this flag to
indicate that security package on the client. This flag is
rarely necessary as the client (mpirun) and the server
(HP-MPI Remote Launch service) negotiates the security
package to be used for authentication.
-token <token-name> and -tg
<token-name>
Authenticates to this token with the HP-MPI Remote
Launch service. Some authentication packages require a
token name. The default is no token.
-pass
Prompts the user for a domain account password. Used to
authenticate and create remote processes. A password is
required to allow the remote process to access network
resources (such as file shares). The password provided is
encrypted using SSPI for authentication. The password is
not cached when using this option.
-cache
Prompts the user for his domain account password. Used
to authenticate and create remote processes. A password
10 HP-MPI V1.2 for Windows Release Note