ure omps 2010
1
 
UREOMPS2010 1
 
     
 
Home
Staff
Teams
IU Teams
KU Teams
Ghana Team
Washington Team
Schedule
KU Lecture Schedule
Photos
Travel Guide
Resources
 
National Science Foundation
CReSIS
Office of Naval Research
ECSU
CERSER
 
This site is co-funded by the ASSURE program of the Department of Defense in partnership with the National Science Foundation REU Site program under Grant No. ANT-0944255
NSF DOD
 
 
 
 
 
 
Chartese Jones
b

Abstract
The focus of this project is to practice sequential order matrix computation and parallel matrix multiplication to discover out how much more efficient parallel matrix multiplication is while using multi-thread programming. When dealing with sequential matrix multiplication it will permit the user or the computer to implement one task at a time, but when consuming parallel matrix multiplication with multi-thread programming it will allow the user or computer to execute up to twenty-four computations at a time, this is per thread. Using multi-thread programming this will use a smaller quantity systems resources compared to forking a child process to handle the connection request. Multi-thread programming will also share all global variables, and allow the programmer to separate multi tasks easily within a process.

       
b