Log In | Get Help   
Home My Page Projects Code Snippets Project Openings UPC Operations Microbenchmarking Suite
Summary Activity Tracker Lists Docs News SCM Files
[uoms] Diff of /trunk/uoms/src/defines.h
[uoms] / trunk / uoms / src / defines.h Repository:
ViewVC logotype

Diff of /trunk/uoms/src/defines.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6, Wed Apr 14 07:40:20 2010 UTC revision 7, Fri Apr 23 09:49:46 2010 UTC
# Line 70  Line 70 
70    
71  #include "config/parameters.h"  #include "config/parameters.h"
72    
73    #ifdef ASYNCI_MEM_TEST
74            #ifdef ASYNC_MEM_TEST
75                    #define NUM_BMS 51
76            #else
77                    #define NUM_BMS 45
78            #endif
79    #else
80  #ifdef ASYNC_MEM_TEST  #ifdef ASYNC_MEM_TEST
81          #define NUM_BMS 45          #define NUM_BMS 45
82  #else  #else
83          #define NUM_BMS 39          #define NUM_BMS 39
84  #endif  #endif
85    #endif
86    
87  #define VERSION "1.0"  #define VERSION "1.0"
88    
# Line 120  Line 128 
128  #define REDUCE_LD   37  #define REDUCE_LD   37
129  #define PREFIX_REDUCE_LD 38  #define PREFIX_REDUCE_LD 38
130    
131    #ifdef ASYNCI_MEM_TEST
132  #ifdef ASYNC_MEM_TEST  #ifdef ASYNC_MEM_TEST
133          #define AMEMGET 39          #define AMEMGET 39
134          #define AMEMPUT 40          #define AMEMPUT 40
# Line 127  Line 136 
136          #define ALMEMGET 42          #define ALMEMGET 42
137          #define ALMEMPUT 43          #define ALMEMPUT 43
138          #define ALMEMCPY 44          #define ALMEMCPY 44
139                    #define AIMEMGET 45
140                    #define AIMEMPUT 46
141                    #define AIMEMCPY 47
142                    #define AILMEMGET 48
143                    #define AILMEMPUT 49
144                    #define AILMEMCPY 50
145            #else
146                    #define AIMEMGET 39
147                    #define AIMEMPUT 40
148                    #define AIMEMCPY 41
149                    #define AILMEMGET 42
150                    #define AILMEMPUT 43
151                    #define AILMEMCPY 44
152            #endif
153    #else
154            #ifdef ASYNC_MEM_TEST
155                    #define AMEMGET 39
156                    #define AMEMPUT 40
157                    #define AMEMCPY 41
158                    #define ALMEMGET 42
159                    #define ALMEMPUT 43
160                    #define ALMEMCPY 44
161            #endif
162  #endif  #endif
163    
164  #define MEM_OK(var){                                          \  #define MEM_OK(var){                                          \

Legend:
Removed from v.6  
changed lines
  Added in v.7

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge