Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Programming-OpenMP-Assignment

  1. Copy the following code and compile. a. What is done in the below code? Explain, b. Write down the time consumed by the process.

image

  1. Modify the code as below and recompile it. Execute the code now and see the time taken for the process. Compare the new time with the previous time. If the programme consumes much time than the previous code, explain the reason for it.

image

  1. Modify the code to manually distribute the workload to different threads. Attach your code.
  2. Modify the code to distribute the workload into multiple threads by using OpenMP libraries. Attach your codes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages