Changes between Version 6 and Version 7 of ExampleApps


Ignore:
Timestamp:
Jan 17, 2011, 10:42:18 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleApps

    v6 v7  
    2121 you'll also see an image and some text.
    2222 * '''multi_thread''': an example multi-thread application.
     23 * '''atiopencl''': an OpenCL application for ATI GPUs
     24 * '''nvcuda''': a CUDA application for NVIDIA GPUs.
     25 * '''nvopencl''': an OpenCL application for NVIDIA GPUs.
     26
     27There are also some "wrappers" that interface existing applications to BOINC:
     28
    2329 * '''wrapper''': the [WrapperApp BOINC wrapper].
     30 * '''vboxwrapper''': a wrapper for [VmApps applications that run in virtual machines]
     31 * '''wrappture''': a wrapper for Rappture applications
     32
     33... and a couple of test applications:
     34
    2435 * '''worker''': a representative legacy application
    2536 (i.e. it doesn't use the BOINC API or runtime library).
    2637 Used for testing the wrapper.
    27  * '''sleeper''': test application for non-CPU-intensive projects (used for testing the BOINC core client).
    28  * '''vm_wrapper''': a wrapper for [VmApps applications that run in virtual machines]
     38 * '''sleeper''': test application for non-CPU-intensive projects (used for testing the BOINC client).