Using DataSpaces
202503071613
Status: #idea
Tags: DataSpaces
Using DataSpaces
Links
Building DataSpaces
- Clone the DataSpaces repository
git clone https://github.com/rdi2dspaces/dspaces.git - Setup the build
cmake -S . -B build \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DDSPACES_PYTHON_BINDINGS=ON \ -DENABLE_TESTS=ON \ -DCMAKE_C_COMPILER=mpicc - Build the project
make -C build -j$(nproc)
Running DataSpaces
Client
- The client will look for
conf.dsin the PWD duringdspaces_init()
Server
- The server looks for
dataspaces.confin the PWD when it runs
Docker
- The docker container will
cataconf.dsfile in its logs, after start up. Provide this to the client, in order to connect to the Dockerized server