Once you are logged in to a Sun HPC cluster, you can issue any Solaris or Sun HPC commands, and you can execute any programs that will execute under Solaris 2.6 or Solaris 7 operating environments. See Chapter 3, Executing Programs for more information about job execution.
You can perform program development on a Sun HPC cluster node or you can do it on any computer running a compatible Solaris operating environment.
If your program uses Sun HPC ClusterTools components, you must compile and link your program on a cluster that contains the ClusterTools software.
If you plan to use Prism to debug your program, include the -g option when you compile your program.
See the Sun S3L 3.0 Programming and Reference Guide and the Sun MPI 4.0 Programming and Reference Guide for information on linking in the Sun S3L and the Sun MPI libraries.
The CRE provides commands that allow you to execute programs and obtain information about cluster resources and job activity. This section provides general information about issuing these commands. The commands are discussed in detail in the next two chapters.
The CRE commands are typically in the directory /opt/SUNWhpc/bin. If you are unable to execute them, you may need to add this directory to your path; check with your system administrator. The man pages for Sun HPC commands are in
/opt/SUNWhpc/man
If you cannot display these man pages, you may need to add this directory to your manpath.
CRE commands take options that consist of a dash followed by one or two letters. You can combine single-letter options that don't take arguments so long as they don't create ambiguity with multiletter options. For example, the command
% mprun -B -J
can also be written as
% mprun -BJ