Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemChannel

This is the code base for Building A CSFQ-Inspired Transport for Switched CXL Memory Pooling.

Prerequisite

Most project dependencies can be installed directly via apt.

sudo apt update
sudo apt install build-essential meson ninja-build libyaml-cpp-dev libnuma-dev

Install ng-log from the source.

Build

  1. Setup the build directory
mkdir build
meson setup build/release --buildtype=release
  1. Compile the project
meson compile -C build/release

Run MemChannel CLI

./build/release/mchann ./config/config.yml

Configuration

Please refer to src/config.hpp and config/config.yml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages