Improve platform management and allow energy simulation

This commit is contained in:
Loic Guegan 2021-05-06 09:04:35 +02:00
parent e8ad4ccb09
commit 4b321cfe80
9 changed files with 186 additions and 106 deletions

View file

@ -4,7 +4,7 @@ SG_INC := -I ./libs/simgrid/build/include -I ./libs/simgrid/include -I libs/rapi
CC := g++ -lsimgrid $(SG_INC) -L $(SG_LIBS)
$(EXEC): simulator.cc inputs.cc
$(EXEC): src/simulator.cc src/inputs.cc
$(CC) $^ -o $@
run: $(EXEC)