Changeset 581 for trunk/user/fft


Ignore:
Timestamp:
Oct 10, 2018, 3:11:53 PM (6 years ago)
Author:
alain
Message:

1) Improve the busylock debug infrastructure.
2) introduce a non-distributed, but portable implementation for the pthread_barrier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/fft/fft.c

    r574 r581  
    300300    }
    301301
    302 printf("\n[FFT] complete remote_malloc\n");
     302    printf("\n[FFT] main complete remote_malloc\n");
    303303
    304304    // arrays initialisation
     
    307307    InitT( twid );
    308308
    309 printf("\n[FFT] complete init arrays\n");
     309    printf("\n[FFT] main complete init arrays\n");
    310310
    311311#if CHECK
Note: See TracChangeset for help on using the changeset viewer.