fix up interruption related bug in RAW version. Use our own interruption setup codes...
[IRC.git] / Robust / src / Makefile.raw.2
index 0716135793e151e8f01570621ada9e3ff90d99c0..d063a4130907be52562425a46c5f6233a5c202bd 100644 (file)
@@ -2,18 +2,17 @@ TOPDIR=/home/jzhou/starsearch
 include $(TOPDIR)/Makefile.include
 
 RGCCFLAGS += -O2 
-RGCCFLAGS += -DTASK -DMULTICORE -DRAW 
+RGCCFLAGS += -DTASK -DMULTICORE -DRAW -DY2
 
 SIM-CYCLES = 10000
 
 ATTRIBUTES += HWIC
 
 TILE_PATTERN = 4x2
-#INCLUDES += -I.
 
 OBJECT_FILES_COMMON = multicoretask.o multicoreruntime.o Queue.o file.o math.o object.o \
-                 GenericHashtable.o SimpleHash.o ObjectHash.o socket.o checkpoint.o\
-                 taskdefs.o methods.o raw_dataCache.o mem.o
+                                         GenericHashtable.o SimpleHash.o ObjectHash.o socket.o checkpoint.o\
+                                         taskdefs.o methods.o mem.o raw_dataCache.o raw_interrupt.o
                                          
 # this is for a multi-tile test
 include $(COMMONDIR)/Makefile.all