Changes between Version 27 and Version 28 of almosOnTsarDoc


Ignore:
Timestamp:
Aug 23, 2012, 6:33:58 PM (13 years ago)
Author:
almaless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • almosOnTsarDoc

    v27 v28  
    8888Some examples of applications source-code can be found in ''DISTRIB/apps''. Lets try the ''hello_world'' one. The ''main()'' function of this application asks the system for the number of online cores (''count'') and then it fires ''count'' threads before it synchronizes on their termination. Each fired thread executes the ''thread_func()'' function which prints a "Hello World" message.
    8989
    90 To Cross-compile the application using ALMOS headers and static libraries:
     90To cross-compile the application using ALMOS headers and static libraries:
    9191
    9292{{{