This repository was archived by the owner on Aug 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
DOCGroup/DDS_Test
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DDS Benchmarking Environment
last updated 4/27/07
Generating builds with MPC
Check out the MPC module from the SubVersion repository. It's
location is
https://svn.dre.vanaderbilt.edu/DOC/MPC/trunk
Move the contents of the 'trunk' directory up to the level of
the 'trunk' directory, and delete it. Set $MPC_ROOT in your
environment to the path of this new directory. Building the
entire DDS_Test directory include building DEEP and lots
of tests and examples - most of the latter depend on ACE
and some depend on TAO. If you have ACE+TAO installed,
then, from the directory this README file is in, type
$ACE_ROOT/mwc.pl -type <type> DDSTest.mwc
where <type> is 'make' or 'vc71' or 'vc8'.
SVN COMMANDS FOR THIS PROJECT:
Legend:
#user = your dre.vanderbilt.edu username
To checkout a fresh copy:
svn co https://svn.dre.vanderbilt.edu/DOC/DDS_Test/trunk/ --username #user .
To update the files to the latest version from the repository:
svn update --username #user
To commit files to the repository:
svn commit --username #user -m "ChangeLogTag:`head -n1 ChangeLog`"