Ignore:
Timestamp:
Aug 8, 2012, 12:06:38 PM (12 years ago)
Author:
alain
Message:

Activating the distributed scheduler in the memo Makefile.
Fixing a bug in the boot_init.c file (initialisation of "tasks" variable in the schedulers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/Makefile

    r188 r197  
    99INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml
    1010memo.x: $(SRCS) $(HDRS)
    11         #g++ -Wall -g -DDISTRIBUTED_SCHEDULERS  $(SRCS) $(INCLUDES) -o memo.x
    12         g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x
     11        #g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x
     12        g++ -Wall -g -DDISTRIBUTED_SCHEDULERS  $(SRCS) $(INCLUDES) -o memo.x
    1313
    1414debug: $(SRCS) $(HDRS)
Note: See TracChangeset for help on using the changeset viewer.