Skip to content

Releases: sphexa-org/sphexa

Unified application front-end

18 Mar 15:45
2e4ba54
Compare
Choose a tag to compare

Introduces a single SPH application with support for

  • named test cases without input files
  • initialization from HDF5 files
  • parallel HDF5 output with runtime selectable particle fields
  • glass-like initial conditions (isotropic mean inter-particle distances)
  • insitu visualization interfaces

Hilbert curve

24 Aug 13:24
Compare
Choose a tag to compare
  • Adds support for using a Hilbert instead of Z-curve. Enabled by default, but switchable to Z-curve
  • Fixed a GPU memory leak
  • Partial support for HIP

Focused Octree

09 Jul 13:37
Compare
Choose a tag to compare

This release adds a new domain class that builds a locally focused octree based on
a slim coarse global octree and point-to-point communication.

Scaling test outputs: DOI

SPH-EXA/v0.2.2

30 Jun 07:54
Compare
Choose a tag to compare
Merge pull request #82 from unibas-dmi-hpc/fix-cmake-cuda

fix CMake CUDA language detection

v0.2

01 Feb 16:59
Compare
Choose a tag to compare

Working Sedov and Evrard with MPI, OMP and CUDA.
The kernels uses a tree to perform all operations (neighbors, gravity, etc)