搜索资源列表
OpenMPDemos
- OpenMP 演示程序, 一些相关应用example-some example sourec code using OpenMP
Multicore_programming
- multicore programming using openmp image filter mandlebrot linked list
Fibonacci-and-linkedlist
- multicore programming using openmp Fibonacci series linked list
FluidTerrainErosion
- A realtime terrain erosion & fluid simulation running on the CPU. The simulation is implemented in C++ on the CPU and parallelized using OpenMP. Rendering is done using OpenGL. We use the eulerian or grid-based approach to fluid simulation to impleme
CUDA-Sobel-Filter-master
- This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to