Distributed Emerald

How to run emerald programs distributed over multiple nodes.

 

Initially on a machine, set up a single emerald instance, where the viritual machine listen on a port for connection from other emerald nodes. This is done with

emx -R

$> emx -R
Emerald listening on port 16099 3ee3, epoch 1141 475

Afterwards set up more emerald nodes by connecting to nodes that is allredy listening.

emx -R<machine name>:16099

here <machine name> is the name of the first machine set for listening.

Finnaly set up the machine, you wich to run the program from.

emx -R<machine name>:16099 <programname>.x

 

Publisert 15. jan. 2015 04:34 - Sist endret 15. jan. 2015 04:34