Synergy Project Home Page

Home Installation Setup Concepts Programming Compiling Debugging Execution Architecture Conclusions References

 

1. Unpacking

At Unix prompt, type 

% tar -xvfz sng3.0-xxx.tar.gz

A directory called "synergy" will be created. There will be two subdirectories "obj" and "bin". The "obj" directory holds a single file "libsng.a". This is a static link library for Synergy Language Injection Library. The "bin" directory holds all all utilities and runtime object executables.

2. Each User (login) needs to perform the following

setenv SNG_PATH your_synergy_path
path = (your_synergy/path/bin $path)
mkdir ~/bin
shosts default

Once set, you can test it by entering:

%cds

It should produce a report like this:

login as: shi
password:
Last login: Sun Mar 7 21:57:08 2004 from pcp03645224pcs.
Sun Microsystems Inc. SunOS 5.9 Generic May 2002
[shi@yoda ~ ]>cds
++ Benchmark (3537) ++ (ewok) ready.
++ Benchmark (2944) ++ (luke) ready.
++ Benchmark (3806) ++ (owin) ready.
++ Benchmark (3776) ++ (rancor) ready.
++ Benchmark (2935) ++ (saber) ready.
[shi@yoda ~ ]>

The "Benchmark" numbers are the elapsed times running a small loop on the remote hosts. Smaller numbers are better available.

3. Supported Platforms:

Solaris 5.9
RedHat Linux 9 (Strike)
 

Copyright @1995-2005 Temple University.
For problems or questions regarding this web contact shi@temple.edu.
Last updated: March 08, 2004.