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.
You cannot run Sun MPI programs in this way; you must use mprun.