filmov
tv
Parallel programming using OpenMP in C language

Показать описание
Today large amount of data has been generated. As a result our computing needs has been increased.Parallel processing is burning topic wide few years. It is basically task into smaller ones and running therm simultaneously. OpenMP is one such paradigm used for parallel programming.. It is an open source programming interface that support kinds of multiprocessing, shared memory. It is also compatible with multiple operating system.