Skip to content

jsmankoo/OpenMP

Repository files navigation

OpenMP

Code I used while learning OpenMP on GNU and Intel compilers on Ubuntu Gnome.

helloWorld.c

hello World program for OpenMP

piSerial.cc

Calculates pi serially

pi.cc

Calculates pi in parallel

piSyncronization.cc

Calculates pi in parallel using syncronization

piReduction.cc

Calculates pi in parallel using Reduction

mandelOrignal.cc and mandelSolution.cc

Fix the code from original, problems include race conditions and wrongly scoped variables. Program to compute the area of a Mandelbrot set.

linked.c

Transversing a linked list in parallel. Very Ugly solution. Need to convert linked list into array.

linkedTasks.c

Transvering a linked list in parallel. Much better compared to the one before. Uses Tasks.

About

my code while learning OpenMP using gnu and intel compliers on Ubuntu gnome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published