Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ScaleGraph is an X10 billion scale graph analysis library.

Notifications You must be signed in to change notification settings

jsrobin/scalegraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,370 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 56.0%
  • C++ 41.5%
  • C 1.1%
  • Other 1.4%