1. Environment 
	Machine  : PIM model-m or Multi-PSI (64ProcessingElements)
	FrontEndMachine :  PSI (Color Disply)
	SIMPOS  : Version A20 (PSI/UX) 
	PIMOS   : PIMOS/ CAL/ CSP/   KL1/   KL0/ParaG
	Version	   3400/0192/0103/014800/001500/3200

2. How to Install
   (1) Translation of  SourceFiles.
	Copy all the program files(*.kl1,*.esp) into 
	">sys>user>demo>DNA>" on the SIMPOS file system.

   (2) Ctaloguing of ESP program
	Catalogue "dna3d.esp" as packabge:user, and save it 
	by "libralian".

   (3) Compilation of KL1 programs
	Compile all kl1 programs on "shell"(PIMOS) or
	"listener"(PIMOS), and 	relink modules; 

	?- relink([dp,makeGrid,p1,p2,p1_sub,p2_sub,cost,input]).

	And unload thecompiled  modules;

	?- unload([dp,makeGrid,p1,p2,p1_sub,p2_sub,cost,input],"dp_color.exe").

	The unloaded module is the executable module. Load the module
	and you can execute the program.

