Skip to content

jesunsahariar/havoqgt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (c) 2013-2015, Lawrence Livermore National Security, LLC. 
Produced at the Lawrence Livermore National Laboratory. 
Written by Roger Pearce <[email protected]>. 
LLNL-CODE-644630. 
All rights reserved.

This file is part of HavoqGT, Version 0.1. 
For details, see https://havoqgt.bitbucket.org

--------------------------------------------------------------------------------

HavoqGT (Highly Asynchronous Visitor Queue Graph Toolkit) is a framework for 
expressing asynchronous vertex-centric graph algorithms.  It provides a visitor
interface, where actions are defined at an individual vertex level.
This code was developed at Lawrence Livermore National Laboratory.

Built in C++, the framework provides a runtime for parallel communication and
algorithm termination detection.   V0.1 is an initial release with only MPI support.
All graph data is stored in mmaped files, using Boost.Interprocess and Memory 
Mapped (mmap) I/O.   Large graphs that cannot fit in main-memory may still be
processed using mmap as external memory.  For best results, high speed Flash 
devices are preferred for external memory storage.

For documentation, see http://havoqgt.bitbucket.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • CMake 3.7%
  • Python 1.2%
  • Shell 0.2%