Ignore:
Timestamp:
Sep 5, 2010, 10:36:58 AM (14 years ago)
Author:
simerabe
Message:

simple_ring_fast platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/caba-ring-ccxcachev1_memcachev3-mipsel/soft/main.c

    r85 r86  
    1313
    1414unsigned int SortArr0[NPROCS*(SIZE+200)];
    15 //unsigned int SortArr0[4*4*SIZE];
    1615
    1716void SORT(unsigned int *base, unsigned int n, int type);
     
    6362        printf( "nombre cycles cpu : %i\n", end_cycle-beg_cycle);
    6463  }
    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 
    7864
    7965  while(1);
Note: See TracChangeset for help on using the changeset viewer.