Code Monkey home page Code Monkey logo

mpi-compmatch's Introduction

Compiler Assisted Message Matching for Persistent MPI operations

This Repository contains our LLVM analysis pass, to reduce the amount of message matching necessary for MPI persistent Operations, as well as three different implementations of possible communication schemes.

Prerequisites

For this Project, we used clang/llvm 11, openmpi 4.1.1 openucx 12.0.0 (also refer setup_env.sh)

Compiler analysis pass

The directory mpi_compiler_assistance_matching_pass contains the source code of our pass. For building our pass please refer to build.sh in the main directory For Usage of our pass Refer to run.sh in the main directory.

Communication schemes

Implementations of different communication schemes are contained in the openmpi-patch directory.

Instructions on how to build openmpi with our communication methods enabled can be found in openmpi-patch/ompi_build.txt openmpi-patch contains different Implementations: openmpi-patch/one-sided-persistent.c contains the usage of ucx active messages, via a define one can switch between an eager and a rendezvous protocol. openmpi-patch/one-sided-persistent_two_sided_rendezvous.c contains our proposed two-sided rendezvous protocol.

Performance evaluation

For a initial assesment of the performance gain, we included an adapded version of the IMB_ASYNC benchmark (https://github.com/a-v-medvedev/mpi-benchmarks), that also includes a testcase for persistent operations. IMB_ASYNC/rebuild.sh illustrates how one can build the Benchmark code with and without our compiler analysis. visualize/generate_pots.py contains a script to visualize the performance results.

mpi-compmatch's People

Contributors

ttm02 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.