Git Product home page Git Product logo

cbarriers's Introduction

cbarriers

Description

cbarriers is a framework for evaluating different barrier synchronization algorithms. It was written to evaluate hybrid barrier with other known barrier synchronization algorithms. You can find more details in the paper:

"Effective Barrier Synchronization on Intel Xeon Phi Coprocessor", Andrey Rodchenko, Andy Nisbet, Antoniu Pop, and Mikel Lujan, Euro-Par 2015. [paper] [slides]

Acknowledgements

This work is supported by EPSRC grants DOME EP/J016330/1, PAMELA EP/K008730/1 and EP/M004880/1. A. Rodchenko is funded by a Microsoft Research PhD Scholarship, A. Pop is funded by a Royal Academy of Engineering Research Fellowship and M. Lujan is funded by a Royal Society University Research Fellowship.

Dependencies

gcc, r-base, r-cran-gplots, data.table package in R

Usage

make build - builds barrier evaluation framework.

make test - runs tests.

make db - creates data base needed for plotting.

make plot - plots charts in pdf.

make all - does all mentioned above.

make help - prints help message.

Recipes

The following command runs tests on Intel Xeon Phi 5110P:

make test TEST_RUNNER='ssh mic0 "ulimit -s unlimited; export KMP_LIBRARY=turnaround; export KMP_BLOCKTIME=infinite;' TEST_RUNNER_PASS_ARG_END='"' HOST_NAME=mic0 TEST_RUNNER_INIT='scp -r bin mic0:' TEST_RUNNER_FINI='ssh mic0 "rm -rf bin"' CC=icc CPUS_NUM=232 EXTRACFLAGS="-mmic" BARRIERS_NUM=10000 ARCH=mic TOPOLOGY_NUMA_AWARE_ALLOC=no THREADS_MIN_NUM=8 THREADS_INC=+=8 RADIX_INC=*=2 EXPERIMENTS_NUM=10

Updates

Refined utilization of non-globally streaming stores under #define ARCH_STORE_NR_NGO_REFINED (ARCH_STORE_NR should be undefined).

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.