Example Test Suite

Uncompress the package and change the directory:

	>tar xzvf Test1D.tgz
	>cd Test1D

Then you must edit the load file in order to include the hosts you want to use 
and the number of processes to run at each host: In example:

	mortadelo	1
	filemon		1
	bluebird-linux	1

After that you must configure the environment variables with:

	>./Configure

this will create a file named mortadelo.hostname (if the local host is 
mortadelo). At this point you need to add the hosts you want to use with:

	>AddHost 	filemon  	jesman 	DirTest
	>AddHost	bluebird-linux 	jesman 	OtherDirTest

where filemon and bluebird-linux are the host names and jesman is the login
account (remember the permissions with the rsh command) and finally DirTest and OtherDirTest are two possible directory names to create and copy all the needed files.

The time to configure pvm has gone. First, shutdown the pvm starting the 
program and halting:
 
	>pvm		
	pvm> halt

And now start pvm with the new and correct configuration and exit from the pvm 
console.

	>pvm mortadelo.hostname
	pvm>quit

To start the test you will clean the temporary files:

	>make clean

and you can benchmarking the whole calculus:

	>time make all

After the simulations you can see the results with

	>make plot


and thats all folks!
