summaryrefslogtreecommitdiff
path: root/performance-tests/TTCP
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-05 20:48:14 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-05 20:48:14 +0000
commitf4fbf7c940c8605cefd1162d7f7a222e5cba85a7 (patch)
treef5a5377681f6c7af33bc38dfd565502eb7b60dbf /performance-tests/TTCP
parent350716e60453b2f555774f8fe1159ae1a52ba202 (diff)
downloadATCD-f4fbf7c940c8605cefd1162d7f7a222e5cba85a7.tar.gz
ChangeLogTag:Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'performance-tests/TTCP')
-rw-r--r--performance-tests/TTCP/C/README33
1 files changed, 15 insertions, 18 deletions
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