Prism 6.0 User's Guide

Specifying MP Prism Command-line Options

If you are in MP Prism, you can also use the Prism options listed below to specify where you want the message-passing processes and their associated MP Prism processes to run.

% prism -n 4 -W a.x

starts four processes, regardless of the number of processors.

% prism -n 4 -W -bsubargs '-m argos' a.x

Here, you requested four processes to be launched on host argos, wrapping if necessary.

% prism -n 4 -W -mprunargs '-p delos' a.x

Here, you requested four processes to be launched on partition delos, wrapping if necessary.


Note -

If the bsub option itself uses quotation marks, refer to the documentation for your shell program for the syntax for handling quotes.