Changes between Version 4 and Version 5 of user_libraries
- Timestamp:
- Nov 5, 2014, 5:43:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_libraries
v4 v5 2 2 3 3 This section describes the various user-level libraries provided by the GIET_VM. 4 5 === [wiki:library_stdlib Stdlib user library] ===6 7 This library contains various utility functions that do not use system calls.8 9 === [wiki:library_mwmr MWMR user library] ===10 11 This library defines a communication middleware12 supporting channelised communications in a multi-tasks parallel application.13 This middleware does not use system calls.14 4 15 5 === [wiki:library_barrier Barrier user library] === … … 31 21 When the target architecture is clusterized (several physical banks), the heap 32 22 is physically distributed on the clusters, and there is actually on allocator per cluster. 23 24 === [wiki:library_mwmr MWMR user library] === 25 26 This library defines a communication middleware 27 supporting channelised communications in a multi-tasks parallel application. 28 This middleware does not use system calls. 29 30 === [wiki:library_stdlib Stdlib user library] === 31 32 This library contains various utility functions that do not use system calls. 33