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

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/loba
[loba.git] / loba_bulk.cpp
1 #include <xbt/log.h>
2
3 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(loba);
4
5 #include "loba_bulk.h"
6
7 void loba_bulk::load_balance()
8 {
9     // write code here...
10     xbt_die("Load-balancing algorithm \"bulk\" not implemented!");
11 }
12
13 // Local variables:
14 // mode: c++
15 // End: