C H A P T E R 7 |
Displaying Program Information With mpps |
To display status information about your jobs running in the default partition, enter the mpps command without options:
% mpps |
% mpps JOBNAME NPROC UID STATE AOUT cre.41 3 slu RUN AAA cre.46 4 slu EXNG tmp cre.49 1 slu EXIT tmp cre.99 9 slu EXNG uname cre.100 9 slu EXNG uname |
The status fields are described in TABLE 7-1.
To display information about a job, use the -J option and a job-attribute.
% mpps -J job-attribute[,job-attribute...] |
Separate multiple job-attributes either with a comma or a space, but not both.
The job's unique ID, expressed as <resource-manager>.jobname |
|
The number of processes requested (the actual number of processes started may differ if the -W (How to Wrap Multiple Processes (-W)) or -S (How to Settle for Available Processes (-S)) flags were used with mprun) |
|
The user on whose behalf the job was run (normally the user who submitted the job) |
|
The group on whose behalf the job was run (normally the group of the user who submitted the job) |
|
BUILD - The job is being submitted WAIT - The job is waiting to run SPAWN - The job is preparing to run RSTRT - The job has been killed because one of the nodes on which it was running went down; the job will be restarted |
|
The number of processes actually running in this job. Not always equal to the number of processes started for the job because processes that have exited are not counted |
|
Use the -b option to display job name, process identifier, and host of a current MPI job.
% mpps -b |
Use the -e option to display information about all jobs.
% mpps -e |
Use the -f option to display the start time for each job.
% mpps -f |
To display information about jobs running in all partitions, use the -A option.
% mpps -A |
To display information about jobs running in a specific partition, use the -a option, followed by the name of the partition.
% mpps -a partition-name |
Use the -p option to include information about the processes that make up the jobs:
% mpps -p |
% mpps -p JID NPROC UID STATE AOUT RANK PID STATE NODE lsf.2320 4 shaw RUN sleep 0 10190 RUN node6 1 4744 RUN node7 2 16564 RUN node4 3 9412 RUN node5 |
The output fields are described in TABLE 7-3, below.
To display information about a particular process attribute, use the -P option:
% mpps -P process-attribute[,process-attribute...] |
Separate multiple process-attributes either with a comma or a space, but not both. Use the attributes described in TABLE 7-3, below.
Display status information about your jobs running in the default partition |
|
Display information about jobs running in a particular partition |
|
Copyright © 2003, Sun Microsystems, Inc. All rights reserved.