#benchmark #system #mpi #model #2d #reaction-diffusion #mpi-io

bin+lib rdbench

Reaction-diffusion simulation based on Gray-Scott model

1 unstable release

new 0.1.0 Jan 28, 2025

#108 in Profiling

Download history 73/week @ 2025-01-24

73 downloads per month

MIT/Apache

44KB
1.5K SLoC

rdbench

2D reaction-diffusion system benchmark using MPI and MPI-IO.

Build and install

CMake

git clone https://github.com/range3/rdbench.git
cd rdbench
mkdir build
cd build
cmake ..
cmake --build .
cmake --install . --prefix /path/to/install

Spack

git clone https://github.com/range3/rdbench.git
spack repo add rdbench/spack-repo
spack install rdbench

Usage

mkdir -p /path/to/output_dir
mpirun -np 4 rdbench -o /path/to/output_dir/output_file_prefix_

Other demos

Dependencies

~3–6MB
~115K SLoC