Go to the first, previous, next, last section, table of contents.
After installing HPVM 1.9 with InstallShield
(10) your directory structure
will look similar to the following (based on the type of installation):
hpvm1.9
|---bin
|---conf
|---doc
|---etc
|---examples
|---include
|---lib
|---src
- `bin'
-
The HPVM binary files. Includes the Global Resource Manager, Context Manager,
Java class archive for the the front-end client and server for the Java client.
- `conf'
-
The HPVM configuration files. Files describe compiler settings, include
directories.
- `doc'
-
This documentation in ascii, html, info and ps formats.
- `etc'
-
Miscellaneous files that are of general utility. Precompiled example programs
are placed here as are some utility scripts.
- `examples'
-
Example codes for FM, MPI and SHMEM. Includes sample Makefiles.
- `include'
-
Include files needed by FM, MPI, SHMEM and other APIs.
- `lib'
-
All of the precompiled library files.
- `src'
-
When licensed and installed, the complete source of all HPVM components:
device driver(s), APIs, documentation, Java client and server.
Go to the first, previous, next, last section, table of contents.