Prism 6.0 User's Guide

LD_LIBRARY_PATH

Prism uses the value of the LD_LIBRARY_PATH environment variable to identify the directory containing the TNF-instrumented Sun MPI library.


Note -

The LD_LIBRARY_PATH environment variable must be set before issuing Prism's run command.


You can set this environment variable before launching Prism or from the Prism command line. The tnfcollection on comand sets LD_LIBRARY_PATH automatically.

You can change the value of this variable using the Prism's setenv command on Prism's command line. For example:

(prism all) setenv LD_LIBRARY_PATH directory

Settting LD_LIBRARY_PATH For 32-Bit Programs

The standard location for this library for 32-bit programs, running on either Solaris 2.6 or Solaris 7 environments, is /opt/SUNWhpc/lib/tnf. For example, using the C shell:

% setenv LD_LIBRARY_PATH /opt/SUNWhpc/lib/tnf

Settting LD_LIBRARY_PATH For 64-Bit Programs

The standard location for this library for 64-bit programs, on the Solaris 7 environment, is /opt/SUNWhpc/lib/tnf/sparcv9. For example, using the C shell:

% setenv LD_LIBRARY_PATH/opt/SUNWhpc/lib/tnf/sparcv9