Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 491 Bytes

Heat Transfer Simulation with Finite Difference Method

CPU folder has serial Fortran implementation. GPU folder has parallel CUDA version for NVIDIA GPUs. Heatmap randomly generated and video file produced as a result of the simulation.

Instructions:

To compile and run, follow these commands

$ cd GPU # or CPU
$ make
$ ./run.sh

Requirements and Dependencies:

  • Linux System
  • NVIDIA GPU
  • CUDA Toolkit
  • OpenCV
  • FFmpeg
  • Standard developer build tools (like g++)