Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 332 Bytes

File metadata and controls

12 lines (9 loc) · 332 Bytes

MultiplicationMatrix

This is an assignment of the course Operational Systems II at UFRGS. In this homework, we analyse two implementations of matrix multiplication, one using fork and another using pthreads.

  • Rodrigo F. Leite
  • Felipe S. F. Paula

Included time function Included multiplication by threads