Changes between Version 30 and Version 31 of AppMultiThread
- Timestamp:
- Jul 14, 2011, 12:17:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v30 v31 11 11 * You want to reduce the turnaround time of your jobs (either because of human factors, or to reduce server occupancy). 12 12 13 You may be able to use OpenCL, MPI, OpenMP, or languages like Titanium or Cilk, 13 You may be able to use OpenCL, MPI, OpenMP, 14 [http://blogs.nvidia.com/2011/06/cuda-now-available-for-multiple-x86-processors/ CUDA], 15 languages like Titanium or Cilk, 14 16 or libraries of multi-threaded numerical "kernels", to develop a multi-threaded app. 15 17