diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-05 20:48:14 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-05 20:48:14 +0000 |
commit | f4fbf7c940c8605cefd1162d7f7a222e5cba85a7 (patch) | |
tree | f5a5377681f6c7af33bc38dfd565502eb7b60dbf /performance-tests | |
parent | 350716e60453b2f555774f8fe1159ae1a52ba202 (diff) | |
download | ATCD-f4fbf7c940c8605cefd1162d7f7a222e5cba85a7.tar.gz |
ChangeLogTag:Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/README | 3 | ||||
-rw-r--r-- | performance-tests/TTCP/C/README | 33 |
2 files changed, 16 insertions, 20 deletions
diff --git a/performance-tests/README b/performance-tests/README index d8e7d36c645..36751c061fe 100644 --- a/performance-tests/README +++ b/performance-tests/README @@ -7,8 +7,7 @@ and communication mechanisms. mechanisms. . TTCP -- Implements several variants of the TTCP benchmarking - test for TCP and UCP using C sockets, ACE C++ wrappers, and - several versions of CORBA (Orbix and ORBeline). + test for TCP and UCP using C sockets and ACE C++ wrappers. . UDP -- Contains UDP test, which measures UDP round-trip performance. diff --git a/performance-tests/TTCP/C/README b/performance-tests/TTCP/C/README index 137da71bf68..0da8b3d8010 100644 --- a/performance-tests/TTCP/C/README +++ b/performance-tests/TTCP/C/README @@ -1,36 +1,33 @@ - TTCP for c_version, ACE-wrappers, ORBeline and Orbix + TTCP for c_version and ACE-wrappers ---------------------------------------------------- -This is the super-readme file for the "ttcp" code. This directory contains the C, ACE-wrappers, -ORBeline and Orbix versions of ttcp code. To compile the code, you have to do the following: +This is the super-readme file for the "ttcp" code. This directory +contains the C and ACE-wrappers versions of ttcp code. To compile the +code, you have to do the following: -1. You should have ACE, ORBeline and Orbix installed in your system and configured correctly. - (see the reference manual for installation and configuration procedure) +1. You should have ACE installed in your system and configured + correctly. (see the reference manual for installation and + configuration procedure) -2. Copy this directory (ttcp) in the same directory structure to your disk space. +2. Copy this directory (ttcp) in the same directory structure to your + disk space. 3. setup the following environment parameters (before compilation stage): - ACE_ROOT, ORBELINE_ROOT, ORBIX_ROOT, LD_LIBRARY_PATH. + ACE_ROOT, LD_LIBRARY_PATH. For example: ACE_ROOT=/project/adaptive/ACE_wrappers -ORBELINE_ROOT=/project/adaptive/ORBelineV1.2 -ORBIX_ROOT=/project/adaptive/Orbix -LD_LIBRARY_PATH=/project/adaptive/ORBelineV1.2/lib - :/project/adaptive/ACE_wrappers/build/SunOS5.4/src - :/project/adaptive/Orbix/lib +LD_LIBRARY_PATH=/project/adaptive/ACE_wrappers/build/SunOS5.4/ace -4. Do make (using GNU make) in this directory level. This will create the executable ttcp - target code for each ttcp version. +4. Do make (using GNU make) in this directory level. This will create + the executable ttcp target code for each ttcp version. -5. Read the README or How_to_run_tests file existing in each directory to know how to use the - executable. +5. Read the README or How_to_run_tests file existing in each directory + to know how to use the executable. 6. Have fun. - - Ehab S. Al-Shaer 6/30/1995 |