Skip to content

Exercise 04: Pthreads Basics

Bastian Koppelmann requested to merge (removed):kbastian_04 into master

Prerequisites

    - You need python3 installed

Running the evaluation
- Simply run 'python3 evaluation.py'

Reading the result

    - The results of evaluation.py are saved
      into the folder eval/ and contains
        * pi_thread_global.elf.csv contains the
          measured data for a global lock which
          is locked every coin toss.
        * pi_thread_local.elf.csv contains the
          measured performance data when each
          thread sums up locally
        * pi_thread_global/local.elf_efficiency.csv
          are likewise with respect to efficiency
        * result.pdf contains the plot for performance
        * result_eff.pdf contains the plot for efficiency

eval-final contains all the data described above run on
the Occulus cluster.

Merge request reports