Skip to content

C and OpenMP based parallel computing program that computed the heat distribution for each block. Input block size, rounds of calculation, and compare the speed of parallel and sequential program.

Notifications You must be signed in to change notification settings

YichenGuo2002/OpenMPHeatDist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

  • Assignment Name: OpenMP Heat Distribution

  • Assignment Tech Stack: C, OpenMP

  • Description: C and OpenMP based parallel computing program that computed the heat distribution for each block. Input block size, rounds of calculation, and compare the speed of parallel and sequential program.

  • Code Cheatsheet:

sftp <id>@access1.cims.nyu.edu
put <file>
exit

ssh <id>@access1.cims.nyu.edu
ssh <id>@crunchy1.cims.nyu.edu
module load gcc-12.2

gcc -Wall -std=c99 -fopenmp -o filename filename.c -lm
./filename x y z k

About

C and OpenMP based parallel computing program that computed the heat distribution for each block. Input block size, rounds of calculation, and compare the speed of parallel and sequential program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages