Hello , there is someone here can help me to solve this problem because i'm fresher in programming parallel
We have 3 tables containing the execution times of 10 programs (P1, P2, ..., P10) performed on 3 machines (M1, M2, and M3). Times are expressed as an integer of seconds (for example 3).
We want to write a parallel application in C (with multithread) to have the following statistics:
• The average execution time of each Pi program.
• The machine on which a Pi program has had the longest execution time.
• The machine on which a Pi program had the shortest execution time.
• The machine which has executed the greatest number of programs.
• The machine that executed the smallest number of programs.
thank you .
parallel programing
× Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
× Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.