

4 PGHPF Libraries
This chapter introduces you to the PGHPF compiler libraries. Depending
on your PGI product, some of these libraries or object files may not be sent
with your system (for a specific list of the libraries shipped with your
system, refer to the installation instructions).
The
following startup routines and function libraries and object files are provided
with the PGHPF compiler:
- hpfalt.o
- object file
- hpfmain.o
- object file
- libpghpf.a
- is the transport communications interface library. The PGHPF
compilation system uses this library for PGHPF programs to manage
communications between processors on parallel systems.
- libpghpf2.a
- is the transport communications interface library. The PGHPF
compilation system uses this library for PGHPF programs to manage
communications between processors on parallel systems.
- libpghpf_mpi.a
- is the MPI communications library.
- libpghpf_mpi_p.a
- is the MPI communications library that includes profiling.
- libpghpf_pvm.a
- is the PVM communications library.
- libpghpf_pvm_p.a
- is the PVM communications library that includes profiling.
- libpghpf_rpm.a
- is the PGI communications library.
- libpghpf_rpm_p.a
- is the PGI communications library that includes profiling.
- libpghpf_rpm1.a
- is the PGI debugging environment single processor message passing library.
- libpghpf_rpm1_p.a
- is the PGI debugging communications library that includes profiling.
- libpghpf_smp.a
- is the SMP communications library.
- libpghpf_smp_p.a
- is the SMP communications library that includes profiling.

