Giter Site home page Giter Site logo

quicksort-parallel's Introduction

quicksort-parallel

Parallel quicksort algorithm implemented in OpenMP


##Execution demo: Some technical info of the computer:
Processor Intel Core i7 950 (4 Cores x 2 Threads per core = 8 Hardware Threads)
Processor frequency Base:3.06Ghz, Turbo:3.33GHz
DRAM 6 GBytes
Cache L3:8MB, L2:256KB, L1:32KB
OS Scientific Linux release 6.7 (Carbon)
Compiler gcc version 4.9.0 (GCC)

####Compilation: ``` gcc -O3 -fopenmp quicksort-demo-comparison.c -o quicksort-demo-comparison ``` ####Execution: ``` ./quicksort-demo-comparison ``` ####Output Result: ``` Size of the array (aprox.): 1000 MBytes TOTAL MEMORY ALLOCATED: 3 x array = (aprox.): 3000 MBytes

Initializing the arrays with random numbers... Initialization complete

Sorting with serial 'qsort' function of 'stdlib.h' ... Sorted in (aprox.): 45.110000 seconds

Sorting with custom serial QuickSort... Sorted in (aprox.): 33.530000 seconds

Sorting with custom PARALLEL QuickSort... Sorted in (aprox.): 6.699294 seconds

Checking if the results are correct... The result with 'custom serial QuickSort' is CORRECT The result with 'custom PARALLEL QuickSort' is CORRECT


quicksort-parallel's People

Contributors

eduardlopez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.