Stars
- All languages
- Assembly
- Batchfile
- C
- C#
- C++
- CMake
- CSS
- Cuda
- Dockerfile
- Fortran
- GLSL
- Gherkin
- Gnuplot
- Go
- Groovy
- HTML
- Haskell
- Java
- JavaScript
- Julia
- Jupyter Notebook
- Kotlin
- Lua
- M4
- MATLAB
- Makefile
- Markdown
- Mathematica
- Perl
- Prolog
- Python
- REXX
- Racket
- RobotFramework
- Roff
- Rust
- Scala
- Shell
- Smalltalk
- Swift
- TSQL
- TeX
- TypeScript
- XSLT
Examples demonstrating available options to program multiple GPUs in a single node or a cluster
SCI-Solver_FEM is a C++/CUDA library written to solve an FEM linear system. It is designed to solve the FEM system quickly by using GPU hardware.
cuIBM: a GPU-based immersed boundary method code.
This is a Lattice-Boltzmann simulation using CUDA GPU graphics optimization.
C++/CUDA Implementation of the most popular reaction-diffusion dynamics
Multi-GPU (CUDA-MPI) baseline implementation of Heat Equation and the inviscid Burgers' equation
Solves the compressible Navier-Stokes equations using the finite difference method to simulate a 2D Rayleigh-Taylor instability.
My finite volume method project. Here I will implement the many pieces of a finite volume method to incorporate into a larger code.
A tested implementation of the quad tree that was shown in Programming Massively Parallel Processors, third edition.