Sun MPI 4.0 User's Guide: With CRE

Omitting mprun

You can execute a serial program without using mprun. For example, you could simply type

% a.out

In that case, the program executes locally, on the node where you are logged in. By doing this, however, you give up the benefits of load-balancing provided by the CRE.


Note -

You cannot run Sun MPI programs in this way; you must use mprun.