Overview demo This video is a demonstration of simulating traffic flow within and between intersections/local networks using a tcp/ip server and multiple […]
Blog Archive
0
Transforming from serial to threaded
Background As part of an experimenting project I am transforming code that I initially wrote for simulating traffic on a road network […]
0
UPCRC Multi-core programming school @ UIUC
One line summary: The UPCRC multi-core programming school was very intense in a good way. The Material We eased into things with […]
0
Data Parallel Computing
Data Decomposition Parallel computing works by using a shared data object with multiple “processors” working on it. the toy problem To learn […]
0
Task Parallel Computing
There are two primary parallel computing techniques: task parallel and data parallel. Some key aspects to consider if tasks can be run […]
0
Selecting a machine for OpenCL / GPGPU use
What is GPGPU computing? GPGPU stands for General Purpose computing on Graphics Processor Units. The basic idea is that we use the […]