Skip to content

Releases: ExtremeFLOW/neko

NEKO v0.8.0-rc2

02 Jun 08:59
294c4c0
Compare
Choose a tag to compare
NEKO v0.8.0-rc2 Pre-release
Pre-release

Release Notes

This is the second release candidate for v0.8.0

Full Changelog: v0.7.2...v0.8.0-rc2

NEKO v0.8.0-rc1

09 Apr 08:47
ccb4c11
Compare
Choose a tag to compare
NEKO v0.8.0-rc1 Pre-release
Pre-release

Release Notes

This is the first release candidate for v0.8.0

Full Changelog: v0.7.2...v0.8.0-rc1

NEKO v0.7.2

30 Dec 23:27
35cdd98
Compare
Choose a tag to compare

Release Notes

This is a minor bug fix release, addressing issues in the distribution scripts for including examples and patches

Known Issues

  • Problems with recent Cray Fortran compilers: #200
  • OpenCL backend limited to a single queue (stream): #1056

NEKO v0.7.1

21 Dec 12:46
519565f
Compare
Choose a tag to compare

Release Notes

This is a minor bug fix release, addressing issues for high-order restarts (#1047 #1070) and none averaged flow rate (#1073)

Known Issues

  • Problems with recent Cray Fortran compilers: #200
  • OpenCL backend limited to a single queue (stream): #1056

NEKO v0.7.0

04 Dec 09:22
39dac2e
Compare
Choose a tag to compare

Release Notes

This is a major release, adding several new features and fixes several bugs and portability issues, including:

  • Change the format of the case file to JSON (#886)
  • Add a simulation component framework (#825)
  • Add support for probes (#827, #972)
  • Add support for multiple types of source terms (#824)

Note: These are breaking changes, older case files (<= 0.6.1) must be converted to JSON.

Furthermore, this release also improves the performance of the accelerator backend by including the task-decomposed pressure preconditioner presented at SC'23 (https://doi.org/10.1145/3581784.3627039). The new preconditioner is enabled by default if Neko is built using OpenMP and GPU-aware MPI.

Known Issues

  • Problems with recent Cray Fortran compilers: #200
  • OpenCL backend limited to a single queue (stream): #1056

NEKO v0.6.1

03 Jul 11:19
9c3f204
Compare
Choose a tag to compare

Release Notes

This is a minor bug fix release, addressing issues in the CFL calculation when using device-aware MPI (#903) and regressions in the OpenCL backend (boundary conditions and scalar solver)

Known Issues

  • Problems with recent Cray Fortran compilers: #200

NEKO v0.6.0

31 May 13:34
6dff581
Compare
Choose a tag to compare

Release Notes

This release adds support for statistics, extends the accelerator backend with full OpenCL support, and fixes several bugs and portability issues.

Known Issues

  • Problems with recent Cray Fortran compilers: #200

NEKO v0.5.2

07 Feb 21:06
1b44978
Compare
Choose a tag to compare

Release Notes

This is a minor bug fix release, addressing issues in the projection routines and an out-of-bounds error in the scalar's convergence checks.

Known Issues

  • Problems with recent Cray Fortran compilers: #200
  • Incomplete OpenCL support: #373

NEKO v0.5.1

14 Jan 17:32
b4fb444
Compare
Choose a tag to compare

Release Notes

This is a minor bug fix release, addressing issues in the gather-scatter's auto-tuning routine for device-aware MPI.

Known Issues

  • Problems with recent Cray Fortran compilers: #200
  • Incomplete OpenCL support: #373

NEKO v0.5.0

14 Dec 08:12
79c37fd
Compare
Choose a tag to compare

Release Notes

This release adds support for scalars, introduces a new profiler interface with support for ROCTX/NVTX regions, and fixes several bugs and portability issues, including:

  • MPI Issues on SX-Aurora (#37, #700)
  • Support for NVIDIA Fortran (#652, #723)
  • Support for NAG Fortran (#713)

Furthermore, this release also improves the performance of the accelerator backend, using templates and auto-tuning in device kernels and gather-scatter routines.

Known Issues

  • Problems with recent Cray Fortran compilers: #200
  • Incomplete OpenCL support: #373