HP-MPI Version 2.0 for Windows Release Note
NOTE: This step is not necessary. The job will select from any available processors if this
step is not done.
NOTE: For convenience, Job Description Files can be created and saved by clicking Save
Job as ....
10. To run the job, click Submit.
8.3 Running HP-MPI from the Command Line
To perform the same steps on the command line, execute 3 commands:
1. C:\> job new /exclusive:true [options]
2. C:\> job add JOBID /exclusive:true mpirun [mpirun options]
3. C:\> job submit /id:JOBID
For example:
C:\> job new /jobname:[name] /numprocessors:12 /projectname:HPMPI /exclusive:true
Job Queued, ID: 242
This will create a job resource and return a jobid, but not submit it.
36 Submitting Jobs