LAB 1 SOLUTION

$29.99 $18.99

Write a program in C to perform Matrix Addition. The requirements for the program: program is writen in C executes with multiple threads using library pthreads. Note : compile: gcc lab1.c -o mm -lpthread run: ./mm 2 What to turn in Upload a report in PDF with the following: Your name Table with execution times…

You’ll get a: . zip file solution

 

 
Categorys:
Tags:

Description

Rate this product

Write a program in C to perform Matrix Addition. The requirements for the program:

  1. program is writen in C executes with multiple threads using library pthreads. Note : compile: gcc lab1.c -o mm -lpthread

run: ./mm 2

What to turn in

Upload a report in PDF with the following:

  1. Your name

  1. Table with execution times sequential code (use same time functions as provided for correctness and consistency)

  1. Appendix with your code just the matrix addition code (I will ask for a demo of your code working on the computer labs ).