mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-04-19 04:09:43 +00:00
Improve platform management and allow energy simulation
This commit is contained in:
parent
e8ad4ccb09
commit
4b321cfe80
9 changed files with 186 additions and 106 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue