Changes between Version 28 and Version 29 of AppMultiThread


Ignore:
Timestamp:
Jul 23, 2010, 9:44:52 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppMultiThread

    v28 v29  
    1313You may be able to use OpenMP, or languages like Titanium or Cilk,
    1414or libraries of multi-threaded numerical "kernels", to develop a multi-threaded app.
     15
     16== Initialization ==
     17
     18Use [BasicApi#init boinc_init_parallel()] to initialize.
    1519
    1620== Thread priorities ==