Go to the first, previous, next, last section, table of contents.


src directory

In this directory you will find all of the source code necessary for compiling HPVM1.9

HPVM1.9
+---src
    |---doc
    |---driver
    |---fm
    |---ga
    |---include
    |---java-fe
    |---Makefile.NT
    |---mpi
    |---myrilib
    |---shmem
    |---tools
    |---ga
`doc'
Source of the documentation HPVM1.9.
`driver'
Source of the Myrinet driver used for HPVM1.9.
`fm'
Source of FM used used for HPVM1.9.
`include'
Source of include files used for HPVM1.9. These include files are needed to build the libraries and executables from source. Any include files needed to build example programs are kept in the top-level include directory.
`java-fe'
Source of the java job submission client (aka front-end) and server used for HPVM1.9.
`Makefile.NT'
Top-level main makefile. Includes a clean and install target.
`mpi'
MPI library source. Based on the MPICH 1.0 distribution from Argonne/Mississippi State implementation (www.mcs.anl.gov/mpi).
`myrilib'
Source used for various support code needed to interface with the Myrinet interface.
`shmem'
Source used for the shmem library.
`tools'
Source used for various support tools. Some tools can aid in debugging code running on the Myrinet LANai processor.
`ga'
Source used for the global arrays libraries.


Go to the first, previous, next, last section, table of contents.