Skip to content

Shallow Water Wave Equation with a finite volume solver

Notifications You must be signed in to change notification settings

samcom12/hpc_shallow_water

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shallow water parallel solver

Shallow Water Wave Equation with a finite volume solver

Requirements

  • for serial version: icc
  • for MPI version: mpiicpc
  • for GPU version: CUDA® compiler

Data

The data files can be downloaded from here. Data folder should be located in a project folder.

Build

To compile serial version:

cd serial
make

To compile MPI version:

cd MPI
make

To compile CUDA version:

cd CUDA      
make

Run

Serial version:

./serial <nx>

MPI version:

./MPI <nx>

CUDA version:

./CUDA <nx> <block_size>

About

Shallow Water Wave Equation with a finite volume solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published