Changes between Version 27 and Version 28 of almosOnTsarDoc
- Timestamp:
- Aug 23, 2012, 6:33:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
almosOnTsarDoc
v27 v28 88 88 Some 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. 89 89 90 To Cross-compile the application using ALMOS headers and static libraries:90 To cross-compile the application using ALMOS headers and static libraries: 91 91 92 92 {{{