Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of fault tolerance functions in all algorithms.
authorSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Wed, 24 Feb 2010 12:54:37 +0000 (13:54 +0100)
committerSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Wed, 24 Feb 2010 12:54:37 +0000 (13:54 +0100)
commit98acbcc2ea6af60d64b96cd46c4eb446e03a7510
tree9c23bb0a2491e0ff60ccf5dc4ebb2b2d43a981f6
parentc2eae60162c5550cd94b772f4b67e0dcd4a1191f
Implementation of fault tolerance functions in all algorithms.

- In DefaultMapping, it returns in both cases the next node in the list.

- In QM, it returns the best computing power node for the replacement,
  and a node from the cluster which has the most amount of free nodes
  for another node.

- In LSM (Edge-cuts), it returns the nearest node for the replacement,
  and a node from the cluster which has the most amount of free nodes
  for another node.

- Simple does the same thing as DefaultMapping.
src/and/Mapping/DefaultMapping.java
src/and/Mapping/Grid.java
src/and/Mapping/LSM.java
src/and/Mapping/QM.java
src/and/Mapping/Simple.java