Changes between Version 28 and Version 29 of AppMultiThread
- Timestamp:
- Jul 23, 2010, 9:44:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v28 v29 13 13 You may be able to use OpenMP, or languages like Titanium or Cilk, 14 14 or libraries of multi-threaded numerical "kernels", to develop a multi-threaded app. 15 16 == Initialization == 17 18 Use [BasicApi#init boinc_init_parallel()] to initialize. 15 19 16 20 == Thread priorities ==