Skip to content

JonathanOrtvedMelcher/elnino-cuda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shallow water model

Build

This is a simple implementation of a shallow water model in CUDA C++.

Building

This project uses CMake as a build system. Use the following commands to get started with building the project.

# Clone the repo
git clone https://github.com/plabadens/elnino-cuda.git
cd elnino-cuda

# Configure the build
cmake .

# Build the project
make

About

A shallow water model in CUDA C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 50.5%
  • C++ 39.6%
  • Nix 6.1%
  • CMake 3.8%