-SIMGRID_INSTALL_DIR := ./simgrid-3.5-install
-#SIMGRID_INSTALL_DIR := ../simgrid-git-install
+SIMGRID_INSTALL_DIR := ./simgrid-stable
+#SIMGRID_INSTALL_DIR := ./simgrid-dev
OPTIM_FLAGS += -O3
DEBUG_FLAGS += -g
SRC.loba := main.cpp \
communicator.cpp \
cost_func.cpp \
+ deployment.cpp \
+ hostdata.cpp \
+ $(wildcard loba_*.cpp) \
misc.cpp \
neighbor.cpp \
options.cpp \