Skip to content

πŸŒƒ Interfaces for RDMA access using C++ 20. To be updated~

License

Notifications You must be signed in to change notification settings

SleepyLGod/rdma-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

rdma-pro (will be updated after submitting the paper...)

  • πŸŒƒ Interfaces for RDMA access.
  • πŸŒƒ Requires: C++ compiler with C++20 standard support and libibverbs development headers installed.
  • πŸŒƒ Requires g++(gcc) 10 or later.

Run

# clone the project with c++ support
git clone https://github.com/SleepyLGod/rdma-pro
cd rdma-pro

# install pre-commit
pip install pre-commit
# them:
pre-commit install

# install your .clang-format configuration
# eg:
# sudo apt-get install clang-format
# or:
# python -m pip install clang-format
# or config in your vscode or clion IDE

# build
cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
cmake --build build
# to install
cmake --install build

About

πŸŒƒ Interfaces for RDMA access using C++ 20. To be updated~

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages