Changeset 318


Ignore:
Timestamp:
Jun 10, 2014, 12:17:48 PM (10 years ago)
Author:
alain
Message:

Introducing the sort.py file: mapping for the sort application.

Location:
soft/giet_vm/sort
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sort/main.c

    r312 r318  
    4545#if (VERBOSE == 1)
    4646#   define printf(...)     giet_shr_printf(__VA_ARGS__)
    47 #else       // VERBOSE == 0
     47#else     
    4848#   define printf(...)
    4949#endif
     
    9292
    9393    giet_vobj_get_vbase( "sort" ,
    94                          "args",
     94                         "sort_args",
    9595                         (unsigned int*)&nb_thread );
    9696   
Note: See TracChangeset for help on using the changeset viewer.