Git Product home page Git Product logo

dpu_mpi's Introduction

There are two folders here, one is the client and the other is the server. The server is supposed to be running on DPU. The client should be started at CPU hosts.

We privide three example code folders for clients. Each one can be running separately.Before starting the client, you should use the command below to run the server processes on DPU:

###############mpirun -n 4 --hostfile host_file -x LD_LIBRARY_PATH -x PATH server 

We already provide the host_file & server in folder dpu_server. You can change the hostfile and run a different number of processes by using a command line similar to the above one.(make sure the number of the client processes and the number of server processes on the same machine are equal!!!)

Use the following command to start the client.

###############mpirun -n 4 --hostfile host_file -x LD_LIBRARY_PATH -x PATH client

You can view the client_main_rc.c and get to know how to use the APIs we provided. Noticed that, the server will be running all the time. So, if you want to test another example or modify the code to do something else, you need to restart the server process.

We privide a more detailed report, about the architecture of our design and the merits (we solve the big message problem and memory limitation on DPU, more importantly,we privide another framework for connection). In the report, we also show an experiment of testing the finish time performance between our mpi_alltoall and the origin one. Actually, we use the client_test_Asynchronous example to do the test.

dpu_mpi's People

Contributors

tangjianback avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.