This guide gets you up and running with DDS in just a few steps. You'll deploy your first DDS agents and activate a sample topology.
- DDS successfully installed (see Installation Guide)
- Terminal/shell access
- For this example: localhost access (no additional setup required)
-
Download DDS source tarball or clone from GitHub.
-
Enable DDS environment.
cd <DDS INSTALLATION location> source DDS_env.sh
-
Start DDS commander server.
dds-session start
-
Deploy 1 DDS agent with 50 task slots on the localhost.
dds-submit --rms localhost --slots 50
-
Use dds-info to find out the number of agents which are online.
dds-info -n
-
Use dds-info to check detailed information about agents.
dds-info -l
-
Set and activate the topology.
dds-topology --activate $DDS_LOCATION/tutorials/tutorial1/tutorial1_topo.xml
- Learn more with detailed tutorials
- Explore configuration options
- Set up resource management plugins for batch systems
- Read the complete usage guide