Changes between Version 6 and Version 7 of user_applications


Ignore:
Timestamp:
Oct 13, 2015, 5:16:23 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_applications

    v6 v7  
    66The multi-threaded applications use the POSIX threads API, and have been specifically designed to analyse the TSAR manycore architecture scalability.
    77
     8== __shell__ ==
     9
     10This single thread application allows there to launch.
     11
     12It requires one private TTY terminal.
    813== __ Display__ ==
    914
     
    2530It requires one private TTY terminal.
    2631
    27 The source code can be found [source:soft/giet_vm/applications/display/coproc.c here], and the mapping directives are defined  [source:soft/giet_vm/applications/display/coproc.py here].
     32The source code can be found [source:soft/giet_vm/applications/coproc/coproc.c here], and the mapping directives are defined  [source:soft/giet_vm/applications/coproc/coproc.py here].
    2833
    2934== __Transpose__ ==
     
    98103
    99104The source code can be found [source:soft/giet_vm/applications/classif/classif.c here], and the mapping is defined [source:soft/giet_vm/applications/classif/classif.py here].
     105
     106== __Raycast__ ==
     107
     108== __ Router__ ==