Skip to content

Parallel Binary Search implemented in C using OpenMP Parallelization

License

Notifications You must be signed in to change notification settings

dvasavda/openmp-binary-search

Repository files navigation

Parallel Binary Search with OpenMP

Binary Search implemented in C using OpenMP

How to run program:

cd openmp-binary-search

python3 integer_generator.py

clang -Xpreprocessor -fopenmp -lomp binarySearch_openmp.c -o binarySearch_openmp

./binarySearch_openmp

Integer_generator.py will generate 200,000,000 integers in ascending order into input1.txt

binarySearch_openmp.c will perform serial and OpenMP parallellized binary search

About

Parallel Binary Search implemented in C using OpenMP Parallelization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published