Tags give the ability to mark specific points in history as being important
-
v2.0.0
cea28474 · ·Serial, OptimizedSerial, OpenMP, CUDA and CUDA for multiple GPUs support! The current solver supports all the mentioned backends. The optimized Backends (OptimizedSerial, OpenMP, CUDA and CUDA for multiple GPUs) only support HLL+MUSCL+Constant Bottom Reconstruction. Currently the CMakeLists.txt and the corresponding bash scripts are for leo3e and a training cluster with NVIDIA GPUs of the University of Innsbruck. For different clusters, those files must probably be adapted.
-
v1.6.0
0c8aa193 · ·OpenMP support AND leo3e support! The OpenMP solver is hardcoded for HLL+MUSCL+SSPRK3+ReflectingWalls and is only variable in initial condition and bathymetry setup (except bathy.flat). For the local setup, the toml handles the thread input, but if i.e. only 8 cores are available, it cuts (i.e. 10) threads to 8 threads. My experience on the leo3e cluster is, that the .sh thread variable is "stronger" then the .toml thread variable and is by default always chosen.
-
v1.4.0
5ba4a9c7 · ·Bathymetry support! The current implementation is a first order well balanced hydrostatic reconstruction scheme with Piecewise Constant reconstruction for the bottom topography. It preserves the lake at rest for Flat Bottom, No-Bottom (links to the old numerical solver without any sources) and Gaussian Hill bottom.
-