Changes between Version 17 and Version 18 of user_applications


Ignore:
Timestamp:
Nov 29, 2015, 12:34:54 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_applications

    v17 v18  
    3939== __sort__ ==
    4040
    41 This first multi-threaded application is a very simple parallel sort. The input is an array of randomly generated integers.
     41This first multi-threaded application is a very simple parallel sort. The input is an array of randomly generated integers. The size of this array is a parameter, that must be a multiple of the number of threads.
    4242
    4343It can run on a multi-processors, multi-clusters architecture, with one thread per processor core.
    44 The size of this array is a parameter, that must be a multiple of the number of threads.
     44
     45It requires one TTY terminal, shared by all threads.
    4546
    4647The source code can be found [source:soft/giet_vm/applications/sort/sort.c here], and the mapping directives are defined  [source:soft/giet_vm/applications/sort/sort.py here].