Giter Club home page Giter Club logo

hpx_graph500's Introduction

HPX_Graph500

Graph500 benchmark rewritten in C++ using HPX. Initial version is forked from sithhell Graph500.

Introduction

HPX is a general purpose C++ runtime system for parallel and distributed applications of any scale. The goal of HPX is to create a high quality, freely available, open source implementation of the ParalleX model for conventional systems.

Graph500 is the benchmark used to model important factors of many modern parallel analytical workloads. The current Graph500 benchmarks are implemented using OpenMP and MPI. See http://www.graph500.org/ for information on the present Graph500.

Porting Graph500 to HPX, which is well suited for the fine-grain and irregular workloads of graph applications.

The project replaces the inherent barrier synchronization with asynchronous communications of HPX.

The motivation is to produce a new benchmark for the HPC community as well as an addition to the HPX benchmark suite and compare HPX’s performance with reference implementations.

Build Instructions

Before starting to build HPX_GRAPH500, please install HPX C++ runtime system.

Linux

Install the HPX C++ runtime system

You should follow the instruction on the HPX github website.

Install HPX_GRAPH500

  1. Clone the HPX_GRAPH500 master git repository:

     git clone git://github.com/hengzhang/HPX_GRAPH500.git
    
  2. Invoke CMake from your build directory.

     cmake -DHPX_ROOT=/where_hpx_be_installed \
     	  ...	
    
  3. Invoke GNU make. -jN flag to your make invocation, where N is the number of cores on your machine plus one:

     make -j5
    
  4. To complete the build and install HPX_GRAPH500:

     make install
     ldconfig 	
    
  5. Run hpx_graph500 on the bin directory.


Source code in github about Breath First Search algorithm (BFS on my github), implemented using HPX, is referenced to this repository.

hpx_graph500's People

Watchers

 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.