- Timestamp:
- Sep 5, 2010, 10:36:58 AM (14 years ago)
- Location:
- trunk/platforms/caba-ring-ccxcachev1_memcachev3-mipsel/soft
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-ring-ccxcachev1_memcachev3-mipsel/soft/main.c
r85 r86 13 13 14 14 unsigned int SortArr0[NPROCS*(SIZE+200)]; 15 //unsigned int SortArr0[4*4*SIZE];16 15 17 16 void SORT(unsigned int *base, unsigned int n, int type); … … 63 62 printf( "nombre cycles cpu : %i\n", end_cycle-beg_cycle); 64 63 } 65 66 67 // puts("Display the sorted array : \n");68 // for(j = 0; j < SIZE; j++)69 // {70 // puti(SortArray[j]);71 // putchar('\n');72 // }73 74 // printf( "------------------------------ \n");75 // printf( "nombre cycles cpu : %i\n", end_cycle-beg_cycle);76 // printf( "------------------------------ \n");77 78 64 79 65 while(1);
Note: See TracChangeset
for help on using the changeset viewer.