Skip to content

Releases: Milkyway-at-home/milkywayathome_client

Nbody v1.86.1

15 Feb 18:02
873628d
Compare
Choose a tag to compare

Release Notes

  • Compilation of Windows binary now working and some changes to README with updated information on how to run N-body

Bug Fixes

  • BOINC CMakeLists.txt changed for missing files needed for compiling Windows binary

Known Issues

  • Bar code does not pass all tests

Nbody v1.86

22 Dec 11:01
37bf66f
Compare
Choose a tag to compare

Release Notes

Official release after reverting code from Automatic Differentiation.

Bug Fixes

  • adding missing include of "nbody_check_params.h" in "nbody_lua_spherical.c"
  • updates "nbody_test_driver.c" for OpenSSL V1.1.1
  • separating bash scripts for building and running code
  • bash scripts for building/running nbody code and building test environment no longer need the path to the "milkywayathome_client" directory to be hard coded by each user
  • updates to submodules to MW@home forks and latest version of BOINC code
  • "possion_test.c" change for "h" to not be defined using mw_pow

Known Issues

  • Bar code does not pass all tests

Nbody Lite v1.85.0

14 Dec 21:36
Compare
Choose a tag to compare

Nbody Lite release with 1.85 backend. Marginally different from v1.84.3, but helps with versioning.

Nbody v1.85

14 Dec 21:35
Compare
Choose a tag to compare

Version control for non-end-user release. Not sent out to volunteers, but used for in-house versioning. Main change is autodiff revert.

Nbody Lite v1.84.3

14 Dec 20:40
Compare
Choose a tag to compare

Fixed bug where non-LMC runs wouldn't work

Nbody Lite v1.84.2

13 Dec 21:51
Compare
Choose a tag to compare

Fixed LMC and multi-output, and pulled from master commits. Everything should be working as intended now.

Nbody Lite v1.84.1

05 Oct 17:40
78b09ec
Compare
Choose a tag to compare

Updates to Nbody Lite. Still running v1.84 backend, but fixed multi output errors and some other small tweaks.

Nbody Lite v1.84.0

02 May 00:50
74c7485
Compare
Choose a tag to compare

Nbody Lite updated to the new v1.84 backend code

Nbody v1.84

01 May 19:57
7e6500a
Compare
Choose a tag to compare

A massive overhaul of the Nbody code. Now supports Automatic Differentiation (AUTODIFF) for easier error analysis as a CMake build option. Also adds more algorithmic options to the for_developers file:

  • Option to use old softening length formula used in v1.76 and earlier versions
  • Can modify the distance between the Sun and Galactic Center (8.0 kpc typically)
  • Non-Discrete binning option available for histogram generation (needed for AUTODIFF)
  • Ability to switch between Left and Right Handed Galactic Cartesian systems

nbody_lite_v1.80.2

16 Feb 22:05
fc0a284
Compare
Choose a tag to compare

THIS IS NOT GUARANTEED TO BE A STABLE RELEASE

Includes the updates to the coulomb logarithm used in computing dynamical friction. The runtime will complain about hot having the makeHistogram function - just ignore that.