Quickstart guide
There are two ways in which you can get started with DDS. You can perform a manual installation, or you can use the docker image.
Manual installation
Dependencies
DDS currently requires:
PyCOMPSs >= 3.3
numpy >= 1.17,<3
Installation steps
Check which PyCOMPSs version to install.
Latest DDS release requires PyCOMPSs 3.3 or greater (check DDS releases for information about other releases).
Install PyCOMPSs following these instructions.
Install the latest DDS version with
pip3 install dds.IMPORTANT: DDS requires the
pycompssPython module. This command will install the module automatically.
You can check that everything works fine by running one of our examples:
Download the latest source code here.
Extract the contents of the tar package.
tar xzvf dds-X.Y.Z.tar.gz
Run an example application.
runcompss dds-X.Y.Z/examples/app.py