FairRootGroup / asiofi

C++ Asio language bindings for OFI libfabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asiofi

C++ Boost.Asio language bindings for OFI libfabric.

EARLY DEVELOPMENT - API NOT STABLE

Introduction

This project is developed as a dependency of another project which currently limits the scope (FI_MSG, FI_VERBS). If you are interested in extending the scope and/or collaborating, we are welcoming you to talk to us.

Dependencies

Bindings (Core):

Tests (Optional, enable with -DBUILD_TESTING=ON):

Quickstart

git clone https://github.com/FairRootGroup/asiofi
mkdir asiofi_build && cd asiofi_build
cmake -DCMAKE_INSTALL_PREFIX=./asiofi_install ../asiofi
cmake --build . --target install

License

GNU Lesser General Public Licence (LGPL) version 3, see LICENSE.

Copyright (C) 2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH

About

C++ Asio language bindings for OFI libfabric

License:Other


Languages

Language:C++ 83.5%Language:CMake 16.5%