Changeset 515 for soft/giet_vm/applications/gameoflife/main.c
- Timestamp:
- Feb 14, 2015, 5:13:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/gameoflife/main.c
r509 r515 10 10 // Each task compute HEIGHT/nbprocs lines. 11 11 // Task running on processor P(0,0,0) initialises the barrier, and 12 // control the chained buffer DMA controler, when it is used.12 // the chained buffer DMA controler. 13 13 // 14 14 // The number of processors must be a power of 2 not larger than HEIGHT. … … 210 210 if ( proc_id == 0 ) giet_fbf_cma_display ( 1 ); 211 211 212 PRINTF(" - step %d completed\n", 2*i );212 PRINTF(" - step %d\n", 2*i ); 213 213 214 214 // compute WORLD[0] from WORLD[1] … … 224 224 if ( proc_id == 0 ) giet_fbf_cma_display ( 0 ); 225 225 226 PRINTF(" - step %d completed\n", 2*i + 1 );226 PRINTF(" - step %d\n", 2*i + 1 ); 227 227 } // end main loop 228 228
Note: See TracChangeset
for help on using the changeset viewer.