
Refer to the "Installation and Usage Manual" for a detailed
description of how to set up your Converse/Charm directory.

lib:
	
	Contains the Converse library (including the Converse
	extensions library), as well as the Charm and Charm++
	standard libraries.

include:

	Contains the header files for Converse, Charm, and
	Charm++.

bin:

	Contains the script "charmc", which can be used for compiling
	and linking Converse, Charm, and Charm++ programs.  May also
	contain a program "conv-host" for starting Converse/Charm/Charm++
	programs.

pgms:

	Contains sample programs using Converse, Charm, and Charm++.

pgms/megacon:

	This is a huge diagnostic program for Converse.

pgms/megatest:

	This is a huge diagnostic program for Charm.

src/langs:

	Contains the source code for various libraries implemented on
	top of Converse.  For example, the PVM emulation library and
	the JDK-1.0 language binding are included.

src/xlat*:

	Contains the source code for the various Charm and Charm++
	compilers.  These compilers are invoked by charmc.  It is
	unlikely that you will need this source code, as the binaries
	are already provided in "bin", but it may be useful for
	building a cross-compiler.

