All Projects → masabahmad → CRONO

masabahmad / CRONO

Licence: MIT License
A Shared Memory Multithreaded Graph Benchmark Suite for Multicores

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to CRONO

graphsim
R package: Simulate Expression data from igraph network using mvtnorm (CRAN; JOSS)
Stars: ✭ 16 (-23.81%)
Mutual labels:  benchmarking, graph-algorithms
gardenia
GARDENIA: Graph Analytics Repository for Designing Efficient Next-generation Accelerators
Stars: ✭ 22 (+4.76%)
Mutual labels:  benchmarking, graph-algorithms
graph
modern mathematical graph/network library written in PHP
Stars: ✭ 12 (-42.86%)
Mutual labels:  graph-algorithms
Unchase.FluentPerformanceMeter
🔨 Make the exact performance measurements of the public methods for public classes using this NuGet Package with fluent interface. Requires .Net Standard 2.0+. It is an Open Source project under Apache-2.0 License.
Stars: ✭ 33 (+57.14%)
Mutual labels:  benchmarking
LightGraphs.jl
An optimized graphs package for the Julia programming language
Stars: ✭ 680 (+3138.1%)
Mutual labels:  graph-algorithms
FLEXS
Fitness landscape exploration sandbox for biological sequence design.
Stars: ✭ 92 (+338.1%)
Mutual labels:  benchmarking
BARS
Towards open benchmarking for recommender systems https://openbenchmark.github.io/BARS
Stars: ✭ 157 (+647.62%)
Mutual labels:  benchmarking
chinese-postman-problem
C++ solution for the chinese postman problem
Stars: ✭ 19 (-9.52%)
Mutual labels:  graph-algorithms
GraphiPy
GraphiPy: Universal Social Data Extractor
Stars: ✭ 61 (+190.48%)
Mutual labels:  graph-algorithms
tractor
Magnetic resonance imaging and tractography with R
Stars: ✭ 26 (+23.81%)
Mutual labels:  graph-algorithms
Swift-MathEagle
A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
Stars: ✭ 41 (+95.24%)
Mutual labels:  graph-algorithms
django-postgresql-dag
Directed Acyclic Graphs with a variety of methods for both Nodes and Edges, and multiple exports (NetworkX, Pandas, etc). This project is the foundation for a commercial product, so expect regular improvements. PR's and other contributions are welcomed.
Stars: ✭ 23 (+9.52%)
Mutual labels:  graph-algorithms
networkx-neo4j
NetworkX API for Neo4j Graph Algorithms.
Stars: ✭ 98 (+366.67%)
Mutual labels:  graph-algorithms
erlbench
Erlang Performance Measurements
Stars: ✭ 34 (+61.9%)
Mutual labels:  benchmarking
LAP-solvers
Benchmarking Linear Assignment Problem Solvers
Stars: ✭ 69 (+228.57%)
Mutual labels:  benchmarking
ann-benchmarks
Benchmarking approximate nearest neighbors. Note: This is an archived version from our SISAP 2017 paper, see below.
Stars: ✭ 30 (+42.86%)
Mutual labels:  benchmarking
Traverser
Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.
Stars: ✭ 45 (+114.29%)
Mutual labels:  graph-algorithms
Literatures-on-GNN-Acceleration
A reading list for deep graph learning acceleration.
Stars: ✭ 50 (+138.1%)
Mutual labels:  graph-algorithms
CARLA
CARLA: A Python Library to Benchmark Algorithmic Recourse and Counterfactual Explanation Algorithms
Stars: ✭ 166 (+690.48%)
Mutual labels:  benchmarking
common-algorithms-js
Common algorithms implemented in JavaScript.
Stars: ✭ 34 (+61.9%)
Mutual labels:  graph-algorithms

CRONO v0.9 : A Benchmark Suite for Multithreaded Graph Algorithms Executing on Futuristic Multicores

build status

This is a pre-release repository containing 10 graph analytic benchmarks. An in-built synthetic graph generater can be included by statically configuring certain benchmarks. These benchmarks can run on real multicore machines as well as the Graphite Multicore Simulator.

If you use these benchmarks, please cite:

CRONO : A Benchmark Suite for Multithreaded Graph Algorithms Executing on Futuristic Multicores, Masab Ahmad, Farrukh Hijaz, Qingchuan Shi, Omer Khan, IEEE International Symposium on Workload Characteriz ation (IISWC), Oct 2015, Atlanta, Georgia, USA.

Paper pdf is located at: http://www.engr.uconn.edu/~omer.khan/pubs/crono-iiswc15.pdf

Requirements

  1. Linux (Tested on Ubuntu 14.04)
  2. g++ 4.6 (Tested with g++ 4.7)
  3. The pthread Library

Features

  1. Ubiquitous graph based search, planning, and clustering algorithms
  2. Benchmarks use adjacency list representation for input graphs
  3. Most benchmarks scale to 256 threads, some scale upto 1024 threads as well
  4. Easy to compile and use
  5. The input graphs are generic, i.e., the benchmarks do not assume any pre-processing or optimizations, such as graph compression and vertex/edge reordering

Getting Started

Checkout the Repo: git clone https://github.com/masabahmad/CRONO

To generate the executable for a benchmark, run make inside the CRONO directory, then execute each benchmark using the syntax specified by the individual README.md.

External Users

  1. "Lease/release: architectural support for scaling contended data structures", SK Haider (Microsoft Research), W Hasenplaugh (MIT), D Alistarh (Microsoft Research), PPoPP '16 Proceedings of the 21st ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming.

  2. "Dictionary Sharing: An Efficient Cache Compression Scheme for Compressed Caches", B Panda (INRIA), A Seznec (INRIA/IRISA), MICRO '16, 49th Annual IEEE/ACM International Symposium on Microarchitecture, 2016.

  3. "BoDNoC: Providing bandwidth-on-demand interconnection for multi-granularity memory systems", S Lian, Y Wang, Y Han, X Li (Chinese Academy of Sciences), ASP-DAC '17, 22nd Asia and South Pacific Design Automation Conference, 2017.

  4. "Redundant Memory Array Architecture for Efficient Selective Protection", R Zheng, MC Huang (University of Rochester), ISCA '17, 44th Annual International Symposium on Computer Architecture, 2017.

Contact

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].