Shallow Water Wave Equation with a finite volume solver
- for serial version:
icc
- for MPI version:
mpiicpc
- for GPU version: CUDA® compiler
The data files can be downloaded from here. Data folder should be located in a project folder.
To compile serial version:
cd serial
make
To compile MPI version:
cd MPI
make
To compile CUDA version:
cd CUDA
make
Serial version:
./serial <nx>
MPI version:
./MPI <nx>
CUDA version:
./CUDA <nx> <block_size>