Skip to content

gfarnadi/scalegraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This file is part of the ScaleGraph project (http://scalegraph.org/).

This file is licensed to You under the Eclipse Public License (EPL); You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/eclipse-1.0.php

(C) Copyright ScaleGraph Team 2011-2013.

#ScaleGraph ScaleGraph is a graph library based on the highly productive X10 programming language. The goal of ScaleGraph is to provide large-scale graph analysis algorithms and efficient distributed computing framework for graph analysts and for algorithm developers, respectively

See http://scalegraph.org/ for details.

##Update history Update history can be found from ChangeLog

##Build

% git clone https://github.com/scalegraph/scalegraph.git
% cd scalegraph
% make

##Usage % mkdir example % x10c++ -x10lib /path/to/scalegraph/x10lib/ScaleGraph.properties /path/to/scalegraph/src/test/PageRankTest.x10

About

ScaleGraph is an X10 billion scale graph analysis library.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • X10 53.8%
  • C++ 43.4%
  • C 1.2%
  • Python 1.1%
  • Other 0.5%