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 allthe program files(*.kl1,*.esp) into the SIMPOS file system.

   (2) Ctaloguing of ESP program
	Catalogue "dna1c.esp" with 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([energy_table,dayhoff,energy,exp_new,move,cp,io,input,sa]).

	And unload these modules;

	?- unload([energy_table,dayhoff,energy,exp_new,move,cp,io,input,sa],
		"sa3_1.exe").

	Load the unloaded file : "sa3_1.exe" on "listener"(PIMOS) and
	you can execute this program.
