Using DataSpaces

202503071613
Status: #idea
Tags: DataSpaces

Using DataSpaces

Building DataSpaces

  1. Clone the DataSpaces repository
    git clone https://github.com/rdi2dspaces/dspaces.git
    
  2. Setup the build
    cmake -S . -B build \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
    -DDSPACES_PYTHON_BINDINGS=ON \
    -DENABLE_TESTS=ON \
    -DCMAKE_C_COMPILER=mpicc
    
  3. Build the project
    make -C build -j$(nproc)
    

Running DataSpaces

Client

Server

Docker


References