Menu

Tree [7118f2] master 2.0b /
 History

HTTPS access


File Date Author Commit
 src 2013-07-10 kiripon kiripon [7118f2] Merge branch 'RB2.0b'
 Makefile 2013-04-01 thienbao thienbao [5c214f] Merge branch 'develop' of ssh://git.code.sf.net...
 README.txt 2013-07-10 kiripon kiripon [7118f2] Merge branch 'RB2.0b'
 test.sh 2013-03-16 sakamoto sakamoto [586334] update test.TeamBenchmark and test.TeamExample

Read Me

#########################################################################################
# This file is part of the ScaleGraph project (https://sites.google.com/site/scalegraph/).
#
# 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.
#########################################################################################

#Release 2.0b
## Features and Improvements
  ### ScaleGraph
    * new xpregel
    * graph generators (RMAT generator and Erdös-Renyi generator)
    * fast binary io package
    * multiple recursive random number generator
    * betweenness centrality for weighted graph
    * delta-stepping visitor
    * degree distribution
    * bitmap structure
    * DistributedReader.read() accepts type parameter
  ### SX10
    * Add FINISH_NONE annotation used for enclosing nested "at" statement (i.e., "at" statement within "at" statement)
    * Team.WORLD initialized only on the FIRST_PLACE
    * Add new PlaceLocalHandle constructor accepting PlaceGroup, init_here and init_there
    * File__Native::list() returns sorted file list


## Bug Fixes
    * [ScaleGraph] ArrayIndexOutOfBound when calling DistBetweennessCentrality.calculate
    * [ScaleGraph] Fix bug in degree distribution
    * [SX10] Fix memory leaks when allocating a large chunk of memory

There is a bug in degree distribution that generates wrong result when run on multiple places