Changes between Version 30 and Version 31 of AppMultiThread


Ignore:
Timestamp:
Jul 14, 2011, 12:17:28 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppMultiThread

    v30 v31  
    1111 * You want to reduce the turnaround time of your jobs (either because of human factors, or to reduce server occupancy).
    1212
    13 You may be able to use OpenCL, MPI, OpenMP, or languages like Titanium or Cilk,
     13You may be able to use OpenCL, MPI, OpenMP,
     14[http://blogs.nvidia.com/2011/06/cuda-now-available-for-multiple-x86-processors/ CUDA],
     15languages like Titanium or Cilk,
    1416or libraries of multi-threaded numerical "kernels", to develop a multi-threaded app.
    1517