Ignore:
Timestamp:
Jul 13, 2017, 11:01:58 AM (7 years ago)
Author:
meunier
Message:
  • Mise à jour NR2 et Rosenfeld
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/rosenfeld/src-par/mca.c

    r823 r826  
    369369        MCA_VERBOSE3(printf("\n"));
    370370    }
    371     //exit(-1);
    372371   
    373372    // ------------------------------------------------------------- //
     
    442441    (void) mca_par;
    443442   
    444     MCA_VERBOSE1(printf("*** MCA_Display_Parameters ***\n"));
     443    MCA_VERBOSE1(printf("*** %s ***\n", __func__));
    445444   
    446445    MCA_VERBOSE2(printf("   height = %d\n", mca->height));
     
    473472    uint32 e0, e1;
    474473   
    475     MCA_VERBOSE1(printf("*** MCA_Finalize ***\n"));
     474    MCA_VERBOSE1(printf("*** %s ***\n", __func__));
    476475   
    477476#if PYR_BARRIERS
     
    518517   
    519518    if (mca->p == 0) {
    520         MCA_VERBOSE1(printf("*** MCA_Scatter_ImageX ***\n"));
     519        MCA_VERBOSE1(printf("*** %s ***\n", __func__));
    521520    }
    522521   
     
    547546
    548547    if (mca->p == 0) {
    549         MCA_VERBOSE1(printf("*** MCA_Gather_ImageL ***\n"));
     548        MCA_VERBOSE1(printf("*** %s ***\n", __func__));
    550549    }
    551550
Note: See TracChangeset for help on using the changeset viewer.