]> AND Private Git Repository - loba.git/commit
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add load balancing algorithm selection facility.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 15 Dec 2010 17:10:07 +0000 (18:10 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 15 Dec 2010 17:10:07 +0000 (18:10 +0100)
commitba8a9c5fbc92dc95fc99d8078b3474fd2fd5a043
tree44d3f2c38966eb7fe056d21c379779e7997b852d
parent3a14db026975ecae4d9b60fc396f5c1acaeb4752
Add load balancing algorithm selection facility.

Plus...
* add named_object_list templates
* first tests with MSG_set_function in MY_launch_application
* some preliminary work for topology selection
* rename loba_least_loaded -> loba_simple
* some minor cleanups
12 files changed:
Makefile
TODO
deployment.cpp
hostdata.cpp
loba_least_loaded.h [deleted file]
loba_simple.cpp [moved from loba_least_loaded.cpp with 91% similarity]
loba_simple.h [new file with mode: 0644]
main.cpp
named_object_list.h [new file with mode: 0644]
options.cpp
options.h
process.cpp